RoomContent

public RoomContent RoomContent(String id, String name, DescriptionsRoom descriptions, Map<String, Amenity> amenities, List<Image> images, Map<String, BedGroup> bedGroups, Area area, Map<String, View> views, Occupancy occupancy)

Parameters

id

Unique identifier for a room type.

name

Room type name.

descriptions
amenities

Lists all of the amenities available in the room. See our amenities reference for current known amenity ID and name values.

images

The room's images. Contains all room images available.

bedGroups

A map of the room's bed groups.

area
views

A map of the room views. See our view reference for current known room view ID and name values.

occupancy