Package com.intercom.api.types
Interface CreateTicketRequestBody.TicketTypeIdStage
-
- All Known Implementing Classes:
CreateTicketRequestBody.Builder
- Enclosing class:
- CreateTicketRequestBody
public static interface CreateTicketRequestBody.TicketTypeIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTicketRequestBody.Builderfrom(CreateTicketRequestBody other)CreateTicketRequestBody._FinalStageticketTypeId(java.lang.String ticketTypeId)The ID of the type of ticket you want to create
-
-
-
Method Detail
-
ticketTypeId
CreateTicketRequestBody._FinalStage ticketTypeId(@NotNull java.lang.String ticketTypeId)
The ID of the type of ticket you want to create
-
from
CreateTicketRequestBody.Builder from(CreateTicketRequestBody other)
-
-