Uses of Enum Class
passport.domain.models.events.EventCategory
Package
Description
-
Uses of EventCategory in passport.domain.contexts.events
Modifier and TypeMethodDescriptionAvailableEventsListing.withCategory
(EventCategory category) Sets the filter by category. -
Uses of EventCategory in passport.domain.models.events
Modifier and TypeMethodDescriptionPoster.category()
Returns the category of the event.static EventCategory
Returns the enum constant of this class with the specified name.static EventCategory[]
EventCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPoster
(String title, String description, LocalDate schedule, EventCategory category) Constructs a new Poster with the specified title, description, and schedule date. -
Uses of EventCategory in passport.infra.placeholders.events
Modifier and TypeMethodDescriptionstatic EventCategory
Ballerina.category()
static EventCategory
FromZero.category()
static EventCategory
JohnWick4.category()
static EventCategory
RockInRio.category()