PropertyDetails

public final class PropertyDetails

Container for information about the hotel property detail. It will be shown for Vacation Rental hotel only.

Parameters

propertyRegistryNumber

The registry number of property.

hostLanguages

The languages the host of property will speak.

maxOccupancy

The maximum number of guests allowed to stay in the property.

numberOfBedrooms

The number of bedrooms in the property.

numberOfBathrooms

The number of bathrooms in the property.

squareFeet

Property area in square feet.

propertyManager

Constructors

Link copied to clipboard
public PropertyDetails PropertyDetails(String propertyRegistryNumber, List<String> hostLanguages, Integer maxOccupancy, Integer numberOfBedrooms, Integer numberOfBathrooms, String squareFeet, PropertyManager propertyManager)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final List<String> hostLanguages
Link copied to clipboard
private final Integer maxOccupancy
Link copied to clipboard
private final Integer numberOfBathrooms
Link copied to clipboard
private final Integer numberOfBedrooms
Link copied to clipboard
@Valid()
private final PropertyManager propertyManager
Link copied to clipboard
@Valid()
private final String propertyRegistryNumber
Link copied to clipboard
@Valid()
private final String squareFeet

Functions

Link copied to clipboard
public final static PropertyDetails.Builder builder()
Link copied to clipboard
public final List<String> getHostLanguages()
Link copied to clipboard
public final Integer getMaxOccupancy()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getSquareFeet()
Link copied to clipboard