Uses of Enum
com.example.breeze_seas.TicketTabMapper.TicketState
-
Uses of TicketTabMapper.TicketState in com.example.breeze_seas
Methods in com.example.breeze_seas that return TicketTabMapper.TicketStateModifier and TypeMethodDescriptionstatic TicketTabMapper.TicketStateReturns the enum constant of this type with the specified name.static TicketTabMapper.TicketState[]TicketTabMapper.TicketState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.example.breeze_seas that return types with arguments of type TicketTabMapper.TicketStateModifier and TypeMethodDescriptionstatic List<TicketTabMapper.TicketState> TicketTabMapper.filterStatesForTab(List<TicketTabMapper.TicketState> states, TicketTabMapper.TicketTab tab) Filters a list of ticket states down to only those that belong to the requested tab.Methods in com.example.breeze_seas with parameters of type TicketTabMapper.TicketStateModifier and TypeMethodDescriptionstatic TicketTabMapper.TicketTabTicketTabMapper.mapToTab(TicketTabMapper.TicketState state) Maps a ticket state to the Tickets tab where it should appear.Method parameters in com.example.breeze_seas with type arguments of type TicketTabMapper.TicketStateModifier and TypeMethodDescriptionstatic List<TicketTabMapper.TicketState> TicketTabMapper.filterStatesForTab(List<TicketTabMapper.TicketState> states, TicketTabMapper.TicketTab tab) Filters a list of ticket states down to only those that belong to the requested tab.