Interface ConvertConversationToTicketRequest.TicketTypeIdStage
-
- All Known Implementing Classes:
ConvertConversationToTicketRequest.Builder
- Enclosing class:
- ConvertConversationToTicketRequest
public static interface ConvertConversationToTicketRequest.TicketTypeIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConvertConversationToTicketRequest._FinalStageticketTypeId(java.lang.String ticketTypeId)The ID of the type of ticket you want to convert the conversation to
-
-
-
Method Detail
-
ticketTypeId
ConvertConversationToTicketRequest._FinalStage ticketTypeId(@NotNull java.lang.String ticketTypeId)
The ID of the type of ticket you want to convert the conversation to
-
-