ContinuationCluster


class ContinuationCluster


A list of entities for continuation clusters.

Summary

Nested types

Builder class for ContinuationCluster.

Public functions

Optional<AccountProfile!>!

* Returns the account profile for a user.

Int
ImmutableList<DisplayTimeWindow!>!

Returns the display time windows associated with the cluster.

(Mutable)List<Entity!>!

Returns the list of Entity in the Cluster.

Boolean

Returns the flag to sync across devices.

Public functions

getAccountProfile

fun getAccountProfile(): Optional<AccountProfile!>!

* Returns the account profile for a user.

getClusterType

fun getClusterType(): Int

getDisplayTimeWindows

fun getDisplayTimeWindows(): ImmutableList<DisplayTimeWindow!>!

Returns the display time windows associated with the cluster.

getEntities

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

Returns the list of Entity in the Cluster.

getSyncAcrossDevices

fun getSyncAcrossDevices(): Boolean

Returns the flag to sync across devices.