RoomPreference

public final class RoomPreference

Container for room preferences.

Parameters

type

The type of preference. Options are: SmokingPreference Bed

value The value of the room preference. For SmokingPreference, options are SmokingOrNonSmoking Smoking NonSmoking For supported Bed Types, please refer to the Related Links section at the bottom of the page.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard
public enum Type extends Enum<RoomPreference.Type>

The type of preference. Options are: SmokingPreference Bed Values: SMOKING_PREFERENCE,BED

Properties

Link copied to clipboard
private final RoomPreference.Type type
Link copied to clipboard
@Valid()
private final String value

Functions

Link copied to clipboard
public final static RoomPreference.Builder builder()
Link copied to clipboard
Link copied to clipboard
public final String getValue()
Link copied to clipboard