Interface TicketType.IdStage
-
- All Known Implementing Classes:
TicketType.Builder
- Enclosing class:
- TicketType
public static interface TicketType.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketType.Builderfrom(TicketType other)TicketType.CategoryStageid(java.lang.String id)The id representing the ticket type.
-
-
-
Method Detail
-
id
TicketType.CategoryStage id(@NotNull java.lang.String id)
The id representing the ticket type.
-
from
TicketType.Builder from(TicketType other)
-
-