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