FlightsV3RoomType

public final class FlightsV3RoomType

Parameters

ratePlans

Container for rate plan information.

description

Text description of the room type.

promotions
smokingOption

The smoking options available for the room type. Options could be: SmokingOrNonSmoking Smoking NonSmoking

roomOccupancyPolicy
amenities

Container for all room amenities.

media

Container for hotel images

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard

The smoking options available for the room type. Options could be: SmokingOrNonSmoking Smoking NonSmoking Values: SMOKING_OR_NON_SMOKING,SMOKING,NON_SMOKING

Properties

Link copied to clipboard
@Valid()
private final List<FlightsV3LodgingAmenity> amenities
Link copied to clipboard
@Valid()
private final String description
Link copied to clipboard
@Valid()
private final List<FlightsV3Media> media
Link copied to clipboard
@Valid()
private final List<FlightsV3Promotion> promotions
Link copied to clipboard
@NotNull()
@Valid()
private final List<FlightsV3RatePlan> ratePlans
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public final static FlightsV3RoomType.Builder builder()
Link copied to clipboard
Link copied to clipboard
public final String getDescription()
Link copied to clipboard
public final List<FlightsV3Media> getMedia()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard