ContinuationCluster


public final class ContinuationCluster


A list of entities for continuation clusters.

Summary

Nested types

public final class ContinuationCluster.Builder

Builder class for ContinuationCluster.

Public methods

Optional<AccountProfile>

* Returns the account profile for a user.

int
ImmutableList<DisplayTimeWindow>

Returns the display time windows associated with the cluster.

List<Entity>

Returns the list of Entity in the Cluster.

boolean

Returns the flag to sync across devices.

Public methods

getAccountProfile

public Optional<AccountProfilegetAccountProfile()

* Returns the account profile for a user.

getClusterType

public int getClusterType()

getDisplayTimeWindows

public ImmutableList<DisplayTimeWindowgetDisplayTimeWindows()

Returns the display time windows associated with the cluster.

getEntities

public List<EntitygetEntities()

Returns the list of Entity in the Cluster.

getSyncAcrossDevices

public boolean getSyncAcrossDevices()

Returns the flag to sync across devices.