ReservationCluster


class ReservationCluster


A cluster representing a group of reservation entities. This class encapsulates a list of entities that are relevant to reservations, such as lodging, vehicle rentals, transportation, events, and restaurants. It provides a structured way to manage and represent these entities, and it can be converted into a Bundle for data transfer.

Summary

Nested types

Builder class for ReservationCluster.

Public functions

Int
(Mutable)List<Entity!>!

Returns the list of reservation entities in the Cluster.

Public functions

getClusterType

fun getClusterType(): Int

getEntities

fun getEntities(): (Mutable)List<Entity!>!

Returns the list of reservation entities in the Cluster.