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