Interface UpdateTicketTypeAttributeRequest.TicketTypeIdStage
-
- All Known Implementing Classes:
UpdateTicketTypeAttributeRequest.Builder
- Enclosing class:
- UpdateTicketTypeAttributeRequest
public static interface UpdateTicketTypeAttributeRequest.TicketTypeIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateTicketTypeAttributeRequest.Builderfrom(UpdateTicketTypeAttributeRequest other)UpdateTicketTypeAttributeRequest.AttributeIdStageticketTypeId(java.lang.String ticketTypeId)The unique identifier for the ticket type which is given by Intercom.
-
-
-
Method Detail
-
ticketTypeId
UpdateTicketTypeAttributeRequest.AttributeIdStage ticketTypeId(@NotNull java.lang.String ticketTypeId)
The unique identifier for the ticket type which is given by Intercom.
-
from
UpdateTicketTypeAttributeRequest.Builder from(UpdateTicketTypeAttributeRequest other)
-
-