Uses of Class
travel.wink.sdk.booking.model.GuestRoomAuthenticatedEntity
Packages that use GuestRoomAuthenticatedEntity
-
Uses of GuestRoomAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return GuestRoomAuthenticatedEntityModifier and TypeMethodDescriptionGuestRoomAuthenticatedEntity.addAmenitiesItem(String amenitiesItem) GuestRoomAuthenticatedEntity.addBedroomConfigurationListItem(BedroomConfigurationAuthenticatedEntity bedroomConfigurationListItem) GuestRoomAuthenticatedEntity.addDescriptionsItem(SimpleDescriptionAuthenticatedEntity descriptionsItem) GuestRoomAuthenticatedEntity.addDisabilityFeaturesItem(String disabilityFeaturesItem) GuestRoomAuthenticatedEntity.addMultimediasItem(SimpleMultimediaAuthenticatedEntity multimediasItem) GuestRoomAuthenticatedEntity.addRecognitionListItem(TravelInventoryRecognitionAuthenticatedEntity recognitionListItem) GuestRoomAuthenticatedEntity.address(AddressAuthenticatedEntity address) GuestRoomAuthenticatedEntity.addSecurityFeaturesItem(String securityFeaturesItem) GuestRoomAuthenticatedEntity.addSocialsItem(SocialAuthenticatedEntity socialsItem) GuestRoomAuthenticatedEntity.bathroomCount(Integer bathroomCount) GuestRoomAuthenticatedEntity.bedroomConfigurationList(List<BedroomConfigurationAuthenticatedEntity> bedroomConfigurationList) GuestRoomAuthenticatedEntity.commissionable(Boolean commissionable) GuestRoomAuthenticatedEntity.compositeCount(Integer compositeCount) GuestRoomAuthenticatedEntity.contact(ContactAuthenticatedEntity contact) GuestRoomAuthenticatedEntity.descriptions(List<SimpleDescriptionAuthenticatedEntity> descriptions) GuestRoomAuthenticatedEntity.disabilityFeatures(List<String> disabilityFeatures) GuestRoomAuthenticatedEntity.featuredInd(Boolean featuredInd) @NotNull @Valid GuestRoomAuthenticatedEntityRoomStayAuthenticatedEntity.getRoom()Get roomGuestRoomAuthenticatedEntity.hotelIdentifier(UUID hotelIdentifier) GuestRoomAuthenticatedEntity.identifier(UUID identifier) GuestRoomAuthenticatedEntity.includedAdultOccupancy(Integer includedAdultOccupancy) GuestRoomAuthenticatedEntity.includedChildOccupancy(Integer includedChildOccupancy) GuestRoomAuthenticatedEntity.lifestyleType(GuestRoomAuthenticatedEntity.LifestyleTypeEnum lifestyleType) GuestRoomAuthenticatedEntity.livingRoomCount(Integer livingRoomCount) GuestRoomAuthenticatedEntity.location(GeoJsonPointAuthenticatedEntity location) GuestRoomAuthenticatedEntity.maxAdultOccupancy(Integer maxAdultOccupancy) GuestRoomAuthenticatedEntity.maxChildOccupancy(Integer maxChildOccupancy) GuestRoomAuthenticatedEntity.maxOccupancy(Integer maxOccupancy) GuestRoomAuthenticatedEntity.maxRollaways(Integer maxRollaways) GuestRoomAuthenticatedEntity.minAgeAppropriateCode(String minAgeAppropriateCode) GuestRoomAuthenticatedEntity.minOccupancy(Integer minOccupancy) GuestRoomAuthenticatedEntity.multimedias(List<SimpleMultimediaAuthenticatedEntity> multimedias) GuestRoomAuthenticatedEntity.nonSmoking(Boolean nonSmoking) GuestRoomAuthenticatedEntity.pricePoint(GuestRoomAuthenticatedEntity.PricePointEnum pricePoint) GuestRoomAuthenticatedEntity.proximityCode(String proximityCode) GuestRoomAuthenticatedEntity.recognitionList(List<TravelInventoryRecognitionAuthenticatedEntity> recognitionList) GuestRoomAuthenticatedEntity.roomArchitectureCode(String roomArchitectureCode) GuestRoomAuthenticatedEntity.roomCategory(String roomCategory) GuestRoomAuthenticatedEntity.roomClassificationCode(String roomClassificationCode) GuestRoomAuthenticatedEntity.roomGender(GuestRoomAuthenticatedEntity.RoomGenderEnum roomGender) GuestRoomAuthenticatedEntity.roomLocationCode(String roomLocationCode) GuestRoomAuthenticatedEntity.roomViewCode(String roomViewCode) GuestRoomAuthenticatedEntity.securityFeatures(List<String> securityFeatures) GuestRoomAuthenticatedEntity.sharedRoomInd(Boolean sharedRoomInd) GuestRoomAuthenticatedEntity.socials(List<SocialAuthenticatedEntity> socials) Methods in travel.wink.sdk.booking.model with parameters of type GuestRoomAuthenticatedEntityModifier and TypeMethodDescriptionRoomStayAuthenticatedEntity.room(GuestRoomAuthenticatedEntity room) voidRoomStayAuthenticatedEntity.setRoom(GuestRoomAuthenticatedEntity room)