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