Uses of Class
travel.wink.sdk.travel.agent.model.BedroomConfigurationAgent
Packages that use BedroomConfigurationAgent
-
Uses of BedroomConfigurationAgent in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return BedroomConfigurationAgentModifier and TypeMethodDescriptionBedroomConfigurationAgent.addBedroomListItem(BedroomAgent bedroomListItem) BedroomConfigurationAgent.bedroomList(List<BedroomAgent> bedroomList) @NotNull @Valid BedroomConfigurationAgentRoomStayAgent.getBedroomConfiguration()Get bedroomConfigurationBedroomConfigurationAgent.identifier(UUID identifier) Methods in travel.wink.sdk.travel.agent.model that return types with arguments of type BedroomConfigurationAgentModifier and TypeMethodDescription@NotNull @Valid List<BedroomConfigurationAgent> GuestRoomLightweightAgent.getBedroomConfigurationList()A room type can have more than one bed configuration.Methods in travel.wink.sdk.travel.agent.model with parameters of type BedroomConfigurationAgentModifier and TypeMethodDescriptionGuestRoomLightweightAgent.addBedroomConfigurationListItem(BedroomConfigurationAgent bedroomConfigurationListItem) RoomStayAgent.bedroomConfiguration(BedroomConfigurationAgent bedroomConfiguration) voidRoomStayAgent.setBedroomConfiguration(BedroomConfigurationAgent bedroomConfiguration) Method parameters in travel.wink.sdk.travel.agent.model with type arguments of type BedroomConfigurationAgentModifier and TypeMethodDescriptionGuestRoomLightweightAgent.bedroomConfigurationList(List<BedroomConfigurationAgent> bedroomConfigurationList) voidGuestRoomLightweightAgent.setBedroomConfigurationList(List<BedroomConfigurationAgent> bedroomConfigurationList)