Uses of Enum Class
de.gustavblass.fsu.fmi.roombooking.model.reservation.IntendedUse
Packages that use IntendedUse
Package
Description
-
Uses of IntendedUse in de.gustavblass.fsu.fmi.roombooking.dto
Fields in de.gustavblass.fsu.fmi.roombooking.dto declared as IntendedUseModifier and TypeFieldDescriptionprivate final @NonNull IntendedUseReservationDTO.intendedUseThe field for theintendedUserecord component.Methods in de.gustavblass.fsu.fmi.roombooking.dto that return IntendedUseModifier and TypeMethodDescription@NonNull IntendedUseReservationDTO.intendedUse()Returns the value of theintendedUserecord component.Constructors in de.gustavblass.fsu.fmi.roombooking.dto with parameters of type IntendedUseModifierConstructorDescriptionReservationDTO(@NonNull Long id, @NonNull Long applicantId, @NonNull LocalDateTime requestDate, @NonNull LocalDateTime startDate, @NonNull LocalDateTime endDate, @NonNull Long roomId, Map<IndividualEquipmentType, Integer> requiredIndividualEquipment, Set<CommonEquipmentType> requiredCommonEquipment, Boolean accessibilityRequired, @NonNull IntendedUse intendedUse, @NonNull Double score) Creates an instance of aReservationDTOrecord class. -
Uses of IntendedUse in de.gustavblass.fsu.fmi.roombooking.model.reservation
Subclasses with type arguments of type IntendedUse in de.gustavblass.fsu.fmi.roombooking.model.reservationFields in de.gustavblass.fsu.fmi.roombooking.model.reservation declared as IntendedUseModifier and TypeFieldDescriptionprivate @NonNull IntendedUseReservation.intendedUseThe purpose of theReservation.applicant's booking of theReservation.room.Methods in de.gustavblass.fsu.fmi.roombooking.model.reservation that return IntendedUseModifier and TypeMethodDescriptionstatic IntendedUseReturns the enum constant of this class with the specified name.static IntendedUse[]IntendedUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gustavblass.fsu.fmi.roombooking.model.reservation that return types with arguments of type IntendedUseModifier and TypeMethodDescriptionstatic @NonNull Optional<IntendedUse> Converts the given label to the matching enum value.