Interface PerObjectStatus.Builder

    • Method Detail

      • syncStatus

        PerObjectStatus.Builder syncStatus​(String syncStatus)

        Indicates whether this object is in sync with the version indicated in the update token.

        Parameters:
        syncStatus - Indicates whether this object is in sync with the version indicated in the update token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PerObjectSyncStatus, PerObjectSyncStatus
      • syncStatus

        PerObjectStatus.Builder syncStatus​(PerObjectSyncStatus syncStatus)

        Indicates whether this object is in sync with the version indicated in the update token.

        Parameters:
        syncStatus - Indicates whether this object is in sync with the version indicated in the update token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PerObjectSyncStatus, PerObjectSyncStatus
      • updateToken

        PerObjectStatus.Builder updateToken​(String updateToken)

        The current version of the object that is either in sync or pending synchronization.

        Parameters:
        updateToken - The current version of the object that is either in sync or pending synchronization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.