Uses of Class
travel.wink.sdk.booking.model.PreferencesAgent
Packages that use PreferencesAgent
-
Uses of PreferencesAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PreferencesAgentModifier and TypeMethodDescriptionPreferencesAgent.addAllergiesItem(String allergiesItem) PreferencesAgent.addBeveragePrefItem(String beveragePrefItem) PreferencesAgent.addBusinessSrvcPrefItem(String businessSrvcPrefItem) PreferencesAgent.addFoodPrefItem(String foodPrefItem) PreferencesAgent.addInterestPrefItem(String interestPrefItem) PreferencesAgent.addPetsPrefItem(String petsPrefItem) PreferencesAgent.addPhysChalFeaturePrefItem(String physChalFeaturePrefItem) PreferencesAgent.addPropertyAmenityPrefItem(String propertyAmenityPrefItem) PreferencesAgent.addRecreationSrvcPrefItem(String recreationSrvcPrefItem) PreferencesAgent.addRoomAmenityPrefItem(String roomAmenityPrefItem) PreferencesAgent.addSecurityFeaturePrefItem(String securityFeaturePrefItem) PreferencesAgent.bedTypePref(String bedTypePref) PreferencesAgent.beveragePref(List<String> beveragePref) PreferencesAgent.businessSrvcPref(List<String> businessSrvcPref) PreferencesAgent.cuisinePref(String cuisinePref) PreferencesAgent.foodSrvcPref(String foodSrvcPref) @NotNull @Valid PreferencesAgentProfileAgent.getPreferences()Get preferencesPreferencesAgent.hotelChainPref(String hotelChainPref) PreferencesAgent.interestPref(List<String> interestPref) PreferencesAgent.physChalFeaturePref(List<String> physChalFeaturePref) PreferencesAgent.propertyAmenityPref(List<String> propertyAmenityPref) PreferencesAgent.propertyLocationPref(String propertyLocationPref) PreferencesAgent.propertyTypePref(String propertyTypePref) PreferencesAgent.recreationSrvcPref(List<String> recreationSrvcPref) PreferencesAgent.roomAmenityPref(List<String> roomAmenityPref) PreferencesAgent.roomLocationPref(String roomLocationPref) PreferencesAgent.securityFeaturePref(List<String> securityFeaturePref) PreferencesAgent.smokingAllowed(Boolean smokingAllowed) Methods in travel.wink.sdk.booking.model with parameters of type PreferencesAgentModifier and TypeMethodDescriptionProfileAgent.preferences(PreferencesAgent preferences) voidProfileAgent.setPreferences(PreferencesAgent preferences)