PublishRecommendationClustersRequest


public class PublishRecommendationClustersRequest


Request to publish recommendation clusters.

Summary

Public methods

Optional<AccountProfile>

Returns the account profile, if set.

ImmutableList<RecommendationCluster>

Returns the list of RecommendationCluster.

boolean

Returns the sync across devices, if set.

Public fields

accountProfile

public final Optional<AccountProfileaccountProfile

recommendationClusters

public final ImmutableList<RecommendationClusterrecommendationClusters

syncAcrossDevices

public final boolean syncAcrossDevices

Public methods

getAccountProfile

public Optional<AccountProfilegetAccountProfile()

Returns the account profile, if set. Otherwise, returns an empty Optional.

getRecommendationClusters

public ImmutableList<RecommendationClustergetRecommendationClusters()

Returns the list of RecommendationCluster.

getSyncAcrossDevices

public boolean getSyncAcrossDevices()

Returns the sync across devices, if set. Otherwise, returns false.