DeleteClustersRequest


public class DeleteClustersRequest


Request to delete cluster content.

Summary

Nested types

Builder class for DeleteClustersRequest.

Public methods

@Nullable AccountProfile

Unique identifier for a user account and profile which will be used to delete the continuation cluster for the respective user

ImmutableList<Integer>
int

Returns the reason for deletion of clusters.

boolean

Returns the syncAcrossDevices flag value.

Public fields

accountProfile

public final @Nullable AccountProfile accountProfile

clusterTypeList

public final ImmutableList<IntegerclusterTypeList

deleteReason

public final int deleteReason

syncAcrossDevices

public final boolean syncAcrossDevices

Public methods

getAccountProfile

public @Nullable AccountProfile getAccountProfile()

Unique identifier for a user account and profile which will be used to delete the continuation cluster for the respective user

getClusterTypeList

public ImmutableList<IntegergetClusterTypeList()

getDeleteReason

@DeleteReason
public int getDeleteReason()

Returns the reason for deletion of clusters.

getSyncAcrossDevices

public boolean getSyncAcrossDevices()

Returns the syncAcrossDevices flag value.