HotelPropertyType

public final class HotelPropertyType

Container for information on hotel property type. You can find a complete list of Lodging Property Types in Lodging Property Types.

Parameters

id

The id of hotel property type.

name

The name of hotel property type.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer id
Link copied to clipboard
@Valid()
private final String name

Functions

Link copied to clipboard
public final static HotelPropertyType.Builder builder()
Link copied to clipboard
public final Integer getId()
Link copied to clipboard
public final String getName()
Link copied to clipboard