Uses of Class
travel.wink.sdk.extranet.booking.model.TravelInventoryRecognitionSupplier
Packages that use TravelInventoryRecognitionSupplier
-
Uses of TravelInventoryRecognitionSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return TravelInventoryRecognitionSupplierModifier and TypeMethodDescriptionTravelInventoryRecognitionSupplier.category(TravelInventoryRecognitionSupplier.CategoryEnum category) TravelInventoryRecognitionSupplier.identifier(UUID identifier) TravelInventoryRecognitionSupplier.officialAppointmentInd(Boolean officialAppointmentInd) TravelInventoryRecognitionSupplier.ratingSymbol(String ratingSymbol) TravelInventoryRecognitionSupplier.type(TravelInventoryRecognitionSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.booking.model that return types with arguments of type TravelInventoryRecognitionSupplierModifier and TypeMethodDescription@Valid List<@Valid TravelInventoryRecognitionSupplier> GuestRoomLightweightSupplier.getRecognitionList()Get recognitionList@Valid List<@Valid TravelInventoryRecognitionSupplier> PropertyAggregateLightweightSupplier.getThirdPartyReviews()Array of awards and third party reviews given to property by certified / non-certified providers.Methods in travel.wink.sdk.extranet.booking.model with parameters of type TravelInventoryRecognitionSupplierModifier and TypeMethodDescriptionGuestRoomLightweightSupplier.addRecognitionListItem(TravelInventoryRecognitionSupplier recognitionListItem) PropertyAggregateLightweightSupplier.addThirdPartyReviewsItem(TravelInventoryRecognitionSupplier thirdPartyReviewsItem) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type TravelInventoryRecognitionSupplierModifier and TypeMethodDescriptionGuestRoomLightweightSupplier.recognitionList(List<@Valid TravelInventoryRecognitionSupplier> recognitionList) voidGuestRoomLightweightSupplier.setRecognitionList(List<@Valid TravelInventoryRecognitionSupplier> recognitionList) voidPropertyAggregateLightweightSupplier.setThirdPartyReviews(List<@Valid TravelInventoryRecognitionSupplier> thirdPartyReviews) PropertyAggregateLightweightSupplier.thirdPartyReviews(List<@Valid TravelInventoryRecognitionSupplier> thirdPartyReviews)