Uses of Enum Class
passport.domain.models.events.EventCategory
Packages that use EventCategory
Package
Description
-
Uses of EventCategory in passport.domain.contexts.events
Methods in passport.domain.contexts.events with parameters of type EventCategoryModifier and TypeMethodDescriptionAvailableEventsListing.withCategory(EventCategory category) Sets the filter by category. -
Uses of EventCategory in passport.domain.models.events
Methods in passport.domain.models.events that return EventCategoryModifier and TypeMethodDescriptionPoster.category()Returns the category of the event.static EventCategoryReturns 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.Constructors in passport.domain.models.events with parameters of type EventCategoryModifierConstructorDescriptionPoster(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
Methods in passport.infra.placeholders.events that return EventCategoryModifier and TypeMethodDescriptionstatic EventCategoryBallerina.category()static EventCategoryFromZero.category()static EventCategoryJohnWick4.category()static EventCategoryRockInRio.category()