Uses of Class
travel.wink.sdk.booking.model.TravelInventoryRecognitionBooker
Packages that use TravelInventoryRecognitionBooker
-
Uses of TravelInventoryRecognitionBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return TravelInventoryRecognitionBookerModifier and TypeMethodDescriptionTravelInventoryRecognitionBooker.category(TravelInventoryRecognitionBooker.CategoryEnum category) TravelInventoryRecognitionBooker.identifier(UUID identifier) TravelInventoryRecognitionBooker.officialAppointmentInd(Boolean officialAppointmentInd) TravelInventoryRecognitionBooker.ratingSymbol(String ratingSymbol) TravelInventoryRecognitionBooker.type(TravelInventoryRecognitionBooker.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type TravelInventoryRecognitionBookerModifier and TypeMethodDescription@Valid List<@Valid TravelInventoryRecognitionBooker> GuestRoomLightweightBooker.getRecognitionList()Get recognitionList@Valid List<@Valid TravelInventoryRecognitionBooker> PropertyAggregateLightweightBooker.getThirdPartyReviews()Array of awards and third party reviews given to property by certified / non-certified providers.Methods in travel.wink.sdk.booking.model with parameters of type TravelInventoryRecognitionBookerModifier and TypeMethodDescriptionGuestRoomLightweightBooker.addRecognitionListItem(TravelInventoryRecognitionBooker recognitionListItem) PropertyAggregateLightweightBooker.addThirdPartyReviewsItem(TravelInventoryRecognitionBooker thirdPartyReviewsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type TravelInventoryRecognitionBookerModifier and TypeMethodDescriptionGuestRoomLightweightBooker.recognitionList(List<@Valid TravelInventoryRecognitionBooker> recognitionList) voidGuestRoomLightweightBooker.setRecognitionList(List<@Valid TravelInventoryRecognitionBooker> recognitionList) voidPropertyAggregateLightweightBooker.setThirdPartyReviews(List<@Valid TravelInventoryRecognitionBooker> thirdPartyReviews) PropertyAggregateLightweightBooker.thirdPartyReviews(List<@Valid TravelInventoryRecognitionBooker> thirdPartyReviews)