Uses of Class
travel.wink.sdk.booking.model.GuestRoomAgent
Packages that use GuestRoomAgent
-
Uses of GuestRoomAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return GuestRoomAgentModifier and TypeMethodDescriptionGuestRoomAgent.addAmenitiesItem(String amenitiesItem) GuestRoomAgent.addBedroomConfigurationListItem(BedroomConfigurationAgent bedroomConfigurationListItem) GuestRoomAgent.addDescriptionsItem(SimpleDescriptionAgent descriptionsItem) GuestRoomAgent.addDisabilityFeaturesItem(String disabilityFeaturesItem) GuestRoomAgent.addMultimediasItem(SimpleMultimediaAgent multimediasItem) GuestRoomAgent.addRecognitionListItem(TravelInventoryRecognitionAgent recognitionListItem) GuestRoomAgent.address(AddressAgent address) GuestRoomAgent.addSecurityFeaturesItem(String securityFeaturesItem) GuestRoomAgent.addSocialsItem(SocialAgent socialsItem) GuestRoomAgent.bathroomCount(Integer bathroomCount) GuestRoomAgent.bedroomConfigurationList(List<BedroomConfigurationAgent> bedroomConfigurationList) GuestRoomAgent.commissionable(Boolean commissionable) GuestRoomAgent.compositeCount(Integer compositeCount) GuestRoomAgent.contact(ContactAgent contact) GuestRoomAgent.descriptions(List<SimpleDescriptionAgent> descriptions) GuestRoomAgent.disabilityFeatures(List<String> disabilityFeatures) GuestRoomAgent.featuredInd(Boolean featuredInd) @NotNull @Valid GuestRoomAgentRoomStayAgent.getRoom()Get roomGuestRoomAgent.hotelIdentifier(UUID hotelIdentifier) GuestRoomAgent.identifier(UUID identifier) GuestRoomAgent.includedAdultOccupancy(Integer includedAdultOccupancy) GuestRoomAgent.includedChildOccupancy(Integer includedChildOccupancy) GuestRoomAgent.lifestyleType(GuestRoomAgent.LifestyleTypeEnum lifestyleType) GuestRoomAgent.livingRoomCount(Integer livingRoomCount) GuestRoomAgent.location(GeoJsonPointAgent location) GuestRoomAgent.maxAdultOccupancy(Integer maxAdultOccupancy) GuestRoomAgent.maxChildOccupancy(Integer maxChildOccupancy) GuestRoomAgent.maxOccupancy(Integer maxOccupancy) GuestRoomAgent.maxRollaways(Integer maxRollaways) GuestRoomAgent.minAgeAppropriateCode(String minAgeAppropriateCode) GuestRoomAgent.minOccupancy(Integer minOccupancy) GuestRoomAgent.multimedias(List<SimpleMultimediaAgent> multimedias) GuestRoomAgent.nonSmoking(Boolean nonSmoking) GuestRoomAgent.pricePoint(GuestRoomAgent.PricePointEnum pricePoint) GuestRoomAgent.proximityCode(String proximityCode) GuestRoomAgent.recognitionList(List<TravelInventoryRecognitionAgent> recognitionList) GuestRoomAgent.roomArchitectureCode(String roomArchitectureCode) GuestRoomAgent.roomCategory(String roomCategory) GuestRoomAgent.roomClassificationCode(String roomClassificationCode) GuestRoomAgent.roomGender(GuestRoomAgent.RoomGenderEnum roomGender) GuestRoomAgent.roomLocationCode(String roomLocationCode) GuestRoomAgent.roomViewCode(String roomViewCode) GuestRoomAgent.securityFeatures(List<String> securityFeatures) GuestRoomAgent.sharedRoomInd(Boolean sharedRoomInd) GuestRoomAgent.socials(List<SocialAgent> socials) Methods in travel.wink.sdk.booking.model with parameters of type GuestRoomAgentModifier and TypeMethodDescriptionRoomStayAgent.room(GuestRoomAgent room) voidRoomStayAgent.setRoom(GuestRoomAgent room)