public static interface PerObjectStatus.Builder extends SdkPojo, CopyableBuilder<PerObjectStatus.Builder,PerObjectStatus>
| Modifier and Type | Method and Description |
|---|---|
PerObjectStatus.Builder |
syncStatus(PerObjectSyncStatus syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
|
PerObjectStatus.Builder |
syncStatus(String syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
|
PerObjectStatus.Builder |
updateToken(String updateToken)
The current version of the object that is either in sync or pending synchronization.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPerObjectStatus.Builder syncStatus(String syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
syncStatus - Indicates whether this object is in sync with the version indicated in the update token.PerObjectSyncStatus,
PerObjectSyncStatusPerObjectStatus.Builder syncStatus(PerObjectSyncStatus syncStatus)
Indicates whether this object is in sync with the version indicated in the update token.
syncStatus - Indicates whether this object is in sync with the version indicated in the update token.PerObjectSyncStatus,
PerObjectSyncStatusPerObjectStatus.Builder updateToken(String updateToken)
The current version of the object that is either in sync or pending synchronization.
updateToken - The current version of the object that is either in sync or pending synchronization.Copyright © 2023. All rights reserved.