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