Uses of Class
travel.wink.sdk.booking.model.BedroomConfigurationBooker
Packages that use BedroomConfigurationBooker
-
Uses of BedroomConfigurationBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BedroomConfigurationBookerModifier and TypeMethodDescriptionBedroomConfigurationBooker.addBedroomListItem(BedroomBooker bedroomListItem) BedroomConfigurationBooker.bedroomList(List<@Valid BedroomBooker> bedroomList) @NotNull @Valid BedroomConfigurationBookerRoomStayBooker.getBedroomConfiguration()Desired bedroom layoutBedroomConfigurationBooker.identifier(UUID identifier) Methods in travel.wink.sdk.booking.model that return types with arguments of type BedroomConfigurationBookerModifier and TypeMethodDescription@NotNull @Valid @Size(min=1) List<@Valid BedroomConfigurationBooker> GuestRoomLightweightBooker.getBedroomConfigurationList()Get bedroomConfigurationListMethods in travel.wink.sdk.booking.model with parameters of type BedroomConfigurationBookerModifier and TypeMethodDescriptionGuestRoomLightweightBooker.addBedroomConfigurationListItem(BedroomConfigurationBooker bedroomConfigurationListItem) RoomStayBooker.bedroomConfiguration(BedroomConfigurationBooker bedroomConfiguration) voidRoomStayBooker.setBedroomConfiguration(BedroomConfigurationBooker bedroomConfiguration) Method parameters in travel.wink.sdk.booking.model with type arguments of type BedroomConfigurationBookerModifier and TypeMethodDescriptionGuestRoomLightweightBooker.bedroomConfigurationList(List<@Valid BedroomConfigurationBooker> bedroomConfigurationList) voidGuestRoomLightweightBooker.setBedroomConfigurationList(List<@Valid BedroomConfigurationBooker> bedroomConfigurationList)