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)
-
-
-
Method Detail
-
id
TicketType.CategoryStage id(@NotNull java.lang.String id)
-
from
TicketType.Builder from(TicketType other)
-
-