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