Builder

public final class Builder

Constructors

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

Functions

Link copied to clipboard
public final PropertyDetails build()
Link copied to clipboard
public final PropertyDetails.Builder hostLanguages(List<String> hostLanguages)
Link copied to clipboard
public final PropertyDetails.Builder maxOccupancy(Integer maxOccupancy)
Link copied to clipboard
public final PropertyDetails.Builder numberOfBathrooms(Integer numberOfBathrooms)
Link copied to clipboard
public final PropertyDetails.Builder numberOfBedrooms(Integer numberOfBedrooms)
Link copied to clipboard
Link copied to clipboard
public final PropertyDetails.Builder propertyRegistryNumber(String propertyRegistryNumber)
Link copied to clipboard
public final PropertyDetails.Builder squareFeet(String squareFeet)