Uses of Enum Class
travel.wink.sdk.extranet.booking.model.GuestRoomSupplierDetails.RoomGenderEnum
Packages that use GuestRoomSupplierDetails.RoomGenderEnum
-
Uses of GuestRoomSupplierDetails.RoomGenderEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type GuestRoomSupplierDetails.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 GuestRoomSupplierDetails.RoomGenderEnumModifier and TypeMethodDescriptionGuestRoomSupplierDetails.getRoomGender()Used to request or specify a gender assignment for a room.Returns the enum constant of this class with the specified name.GuestRoomSupplierDetails.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 GuestRoomSupplierDetails.RoomGenderEnumModifier and TypeMethodDescriptionGuestRoomSupplierDetails.roomGender(GuestRoomSupplierDetails.RoomGenderEnum roomGender) voidGuestRoomSupplierDetails.setRoomGender(GuestRoomSupplierDetails.RoomGenderEnum roomGender)