Interface TicketType.ArchivedStage
-
- All Known Implementing Classes:
TicketType.Builder
- Enclosing class:
- TicketType
public static interface TicketType.ArchivedStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketType.CreatedAtStagearchived(boolean archived)Whether the ticket type is archived or not.
-
-
-
Method Detail
-
archived
TicketType.CreatedAtStage archived(boolean archived)
Whether the ticket type is archived or not.
-
-