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