Package travel.wink.sdk.extranet.model
Class UpdatePropertyAmenitiesAndServicesRequestSupplier
java.lang.Object
travel.wink.sdk.extranet.model.UpdatePropertyAmenitiesAndServicesRequestSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-03T16:31:02.054814418+07:00[Asia/Bangkok]")
public class UpdatePropertyAmenitiesAndServicesRequestSupplier
extends Object
UpdatePropertyAmenitiesAndServicesRequestSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHotelAmenityCodesItem(String hotelAmenityCodesItem) addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) addPropertySecurityCodesItem(String propertySecurityCodesItem) booleanSupported OTA specification `HAC` code.Supported OTA specification `PHY` code.Supported OTA specification `SEC` code.inthashCode()hotelAmenityCodes(List<String> hotelAmenityCodes) propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) propertySecurityCodes(List<String> propertySecurityCodes) voidsetHotelAmenityCodes(List<String> hotelAmenityCodes) voidsetPropertyAccessibilityCodes(List<String> propertyAccessibilityCodes) voidsetPropertySecurityCodes(List<String> propertySecurityCodes) toString()
-
Field Details
-
JSON_PROPERTY_HOTEL_AMENITY_CODES
- See Also:
-
JSON_PROPERTY_PROPERTY_ACCESSIBILITY_CODES
- See Also:
-
JSON_PROPERTY_PROPERTY_SECURITY_CODES
- See Also:
-
-
Constructor Details
-
UpdatePropertyAmenitiesAndServicesRequestSupplier
public UpdatePropertyAmenitiesAndServicesRequestSupplier()
-
-
Method Details
-
hotelAmenityCodes
public UpdatePropertyAmenitiesAndServicesRequestSupplier hotelAmenityCodes(List<String> hotelAmenityCodes) -
addHotelAmenityCodesItem
public UpdatePropertyAmenitiesAndServicesRequestSupplier addHotelAmenityCodesItem(String hotelAmenityCodesItem) -
getHotelAmenityCodes
Supported OTA specification `HAC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- hotelAmenityCodes
-
setHotelAmenityCodes
-
propertyAccessibilityCodes
public UpdatePropertyAmenitiesAndServicesRequestSupplier propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) -
addPropertyAccessibilityCodesItem
public UpdatePropertyAmenitiesAndServicesRequestSupplier addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) -
getPropertyAccessibilityCodes
Supported OTA specification `PHY` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- propertyAccessibilityCodes
-
setPropertyAccessibilityCodes
-
propertySecurityCodes
public UpdatePropertyAmenitiesAndServicesRequestSupplier propertySecurityCodes(List<String> propertySecurityCodes) -
addPropertySecurityCodesItem
public UpdatePropertyAmenitiesAndServicesRequestSupplier addPropertySecurityCodesItem(String propertySecurityCodesItem) -
getPropertySecurityCodes
Supported OTA specification `SEC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- propertySecurityCodes
-
setPropertySecurityCodes
-
equals
-
hashCode
public int hashCode() -
toString
-