Uses of Class
io.trippay.sdk.payment.model.Preferences
Packages that use Preferences
-
Uses of Preferences in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PreferencesModifier and TypeMethodDescriptionPreferences.addAllergiesItem(String allergiesItem) Preferences.addBeveragePrefItem(String beveragePrefItem) Preferences.addBusinessSrvcPrefItem(String businessSrvcPrefItem) Preferences.addFoodPrefItem(String foodPrefItem) Preferences.addInterestPrefItem(String interestPrefItem) Preferences.addPetsPrefItem(String petsPrefItem) Preferences.addPhysChalFeaturePrefItem(String physChalFeaturePrefItem) Preferences.addPropertyAmenityPrefItem(String propertyAmenityPrefItem) Preferences.addRecreationSrvcPrefItem(String recreationSrvcPrefItem) Preferences.addRoomAmenityPrefItem(String roomAmenityPrefItem) Preferences.addSecurityFeaturePrefItem(String securityFeaturePrefItem) Preferences.bedTypePref(String bedTypePref) Preferences.beveragePref(List<String> beveragePref) Preferences.businessSrvcPref(List<String> businessSrvcPref) Preferences.cuisinePref(String cuisinePref) Preferences.foodSrvcPref(String foodSrvcPref) @Valid PreferencesProfile.getPreferences()Get preferencesPreferences.hotelChainPref(String hotelChainPref) Preferences.interestPref(List<String> interestPref) Preferences.physChalFeaturePref(List<String> physChalFeaturePref) Preferences.propertyAmenityPref(List<String> propertyAmenityPref) Preferences.propertyLocationPref(String propertyLocationPref) Preferences.propertyTypePref(String propertyTypePref) Preferences.recreationSrvcPref(List<String> recreationSrvcPref) Preferences.roomAmenityPref(List<String> roomAmenityPref) Preferences.roomLocationPref(String roomLocationPref) Preferences.securityFeaturePref(List<String> securityFeaturePref) Preferences.smokingAllowed(Boolean smokingAllowed) Methods in io.trippay.sdk.payment.model with parameters of type PreferencesModifier and TypeMethodDescriptionProfile.preferences(Preferences preferences) voidProfile.setPreferences(Preferences preferences)