Package travel.wink.sdk.extranet.model
Class UpdatePropertyAmenitiesAndServicesRequest
java.lang.Object
travel.wink.sdk.extranet.model.UpdatePropertyAmenitiesAndServicesRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-01T17:01:03.296785+07:00[Asia/Bangkok]")
public class UpdatePropertyAmenitiesAndServicesRequest
extends Object
UpdatePropertyAmenitiesAndServicesRequest
-
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
-
UpdatePropertyAmenitiesAndServicesRequest
public UpdatePropertyAmenitiesAndServicesRequest()
-
-
Method Details
-
hotelAmenityCodes
-
addHotelAmenityCodesItem
public UpdatePropertyAmenitiesAndServicesRequest addHotelAmenityCodesItem(String hotelAmenityCodesItem) -
getHotelAmenityCodes
Supported OTA specification `HAC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- hotelAmenityCodes
-
setHotelAmenityCodes
-
propertyAccessibilityCodes
public UpdatePropertyAmenitiesAndServicesRequest propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) -
addPropertyAccessibilityCodesItem
public UpdatePropertyAmenitiesAndServicesRequest addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) -
getPropertyAccessibilityCodes
Supported OTA specification `PHY` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- propertyAccessibilityCodes
-
setPropertyAccessibilityCodes
-
propertySecurityCodes
public UpdatePropertyAmenitiesAndServicesRequest propertySecurityCodes(List<String> propertySecurityCodes) -
addPropertySecurityCodesItem
public UpdatePropertyAmenitiesAndServicesRequest addPropertySecurityCodesItem(String propertySecurityCodesItem) -
getPropertySecurityCodes
Supported OTA specification `SEC` code. See [OTA geoname data](#operation/showAvailableCodesForCategory)- Returns:
- propertySecurityCodes
-
setPropertySecurityCodes
-
equals
-
hashCode
public int hashCode() -
toString
-