Uses of Class
travel.wink.sdk.booking.engine.model.GuestRoom
Packages that use GuestRoom
-
Uses of GuestRoom in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return GuestRoomModifier and TypeMethodDescriptionGuestRoom.addAmenitiesItem(String amenitiesItem) GuestRoom.addBedsItem(Bed bedsItem) GuestRoom.addDescriptionsItem(SimpleDescription descriptionsItem) GuestRoom.addDisabilityFeaturesItem(String disabilityFeaturesItem) GuestRoom.addMultimediasItem(Multimedia multimediasItem) GuestRoom.addSecurityFeaturesItem(String securityFeaturesItem) GuestRoom.addSocialsItem(Social socialsItem) GuestRoom.bathroomCount(Integer bathroomCount) GuestRoom.commissionable(Boolean commissionable) GuestRoom.compositeCount(Integer compositeCount) GuestRoom.descriptions(List<SimpleDescription> descriptions) GuestRoom.disabilityFeatures(List<String> disabilityFeatures) GuestRoom.featuredInd(Boolean featuredInd) @Valid GuestRoomRoomStay.getRoom()Get room@Valid GuestRoomRoomTypeWithPriceConfiguration.getRoom()Get room@Valid GuestRoomRoomTypeWithPriceConfigurations.getRoom()Get roomGuestRoom.hotelIdentifier(String hotelIdentifier) GuestRoom.identifier(String identifier) GuestRoom.includedAdultOccupancy(Integer includedAdultOccupancy) GuestRoom.includedChildOccupancy(Integer includedChildOccupancy) GuestRoom.lifestyleType(GuestRoom.LifestyleTypeEnum lifestyleType) GuestRoom.livingRoomCount(Integer livingRoomCount) GuestRoom.location(GeoJsonPoint location) GuestRoom.maxAdultOccupancy(Integer maxAdultOccupancy) GuestRoom.maxChildOccupancy(Integer maxChildOccupancy) GuestRoom.maxOccupancy(Integer maxOccupancy) GuestRoom.maxRollaways(Integer maxRollaways) GuestRoom.minAgeAppropriateCode(String minAgeAppropriateCode) GuestRoom.minOccupancy(Integer minOccupancy) GuestRoom.multimedias(List<Multimedia> multimedias) GuestRoom.nonSmoking(Boolean nonSmoking) GuestRoom.proximityCode(String proximityCode) GuestRoom.roomArchitectureCode(String roomArchitectureCode) GuestRoom.roomCategory(String roomCategory) GuestRoom.roomClassificationCode(String roomClassificationCode) GuestRoom.roomGender(GuestRoom.RoomGenderEnum roomGender) GuestRoom.roomLocationCode(String roomLocationCode) GuestRoom.roomViewCode(String roomViewCode) GuestRoom.securityFeatures(List<String> securityFeatures) GuestRoom.sharedRoomInd(Boolean sharedRoomInd) Methods in travel.wink.sdk.booking.engine.model that return types with arguments of type GuestRoomModifier and TypeMethodDescriptionHotelWithBestPrice.getRoomTypeList()Unique property room typesMethods in travel.wink.sdk.booking.engine.model with parameters of type GuestRoomModifier and TypeMethodDescriptionHotelWithBestPrice.addRoomTypeListItem(GuestRoom roomTypeListItem) voidvoidvoidMethod parameters in travel.wink.sdk.booking.engine.model with type arguments of type GuestRoomModifier and TypeMethodDescriptionHotelWithBestPrice.roomTypeList(List<GuestRoom> roomTypeList) voidHotelWithBestPrice.setRoomTypeList(List<GuestRoom> roomTypeList)