Uses of Enum Class
travel.wink.sdk.extranet.booking.model.GuestRoomSupplier.RoomGenderEnum
Packages that use GuestRoomSupplier.RoomGenderEnum
-
Uses of GuestRoomSupplier.RoomGenderEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type GuestRoomSupplier.RoomGenderEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumUsed to request or specify a gender assignment for a room.Methods in travel.wink.sdk.extranet.booking.model that return GuestRoomSupplier.RoomGenderEnumModifier and TypeMethodDescriptionGuestRoomSupplier.getRoomGender()Used to request or specify a gender assignment for a room.Returns the enum constant of this class with the specified name.static GuestRoomSupplier.RoomGenderEnum[]GuestRoomSupplier.RoomGenderEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.booking.model with parameters of type GuestRoomSupplier.RoomGenderEnumModifier and TypeMethodDescriptionGuestRoomSupplier.roomGender(GuestRoomSupplier.RoomGenderEnum roomGender) voidGuestRoomSupplier.setRoomGender(GuestRoomSupplier.RoomGenderEnum roomGender)