Uses of Enum
com.example.breeze_seas.TicketUIModel.Status
-
Uses of TicketUIModel.Status in com.example.breeze_seas
Methods in com.example.breeze_seas that return TicketUIModel.StatusModifier and TypeMethodDescriptionTicketUIModel.getStatus()static TicketUIModel.StatusReturns the enum constant of this type with the specified name.static TicketUIModel.Status[]TicketUIModel.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.example.breeze_seas with parameters of type TicketUIModel.StatusModifierConstructorDescriptionTicketUIModel(String eventId, String title, String dateLabel, TicketUIModel.Status status) Creates a presentation model for one active ticket card.TicketUIModel(String eventId, String title, String dateLabel, TicketUIModel.Status status, boolean privateEvent) Creates a presentation model for one active ticket card.TicketUIModel(String eventId, String title, String dateLabel, TicketUIModel.Status status, boolean privateEvent, boolean inboxDecisionRequired) Creates a presentation model for one active ticket card.TicketUIModel(String eventId, String title, String dateLabel, TicketUIModel.Status status, boolean privateEvent, boolean inboxDecisionRequired, String imageDocId) Creates a presentation model for one active ticket card.