Interface TicketType._FinalStage
-
- All Known Implementing Classes:
TicketType.Builder
- Enclosing class:
- TicketType
public static interface TicketType._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketTypebuild()TicketType._FinalStageupdatedAt(java.lang.Integer updatedAt)TicketType._FinalStageupdatedAt(java.util.Optional<java.lang.Integer> updatedAt)The date and time the ticket type was last updated.
-
-
-
Method Detail
-
build
TicketType build()
-
updatedAt
TicketType._FinalStage updatedAt(java.util.Optional<java.lang.Integer> updatedAt)
The date and time the ticket type was last updated.
-
updatedAt
TicketType._FinalStage updatedAt(java.lang.Integer updatedAt)
-
-