static OutboundSyncState.Builder |
OutboundSyncState.Builder.from(@NotNull OutboundSyncState initialState) |
Creates a new instance of this builder by initializing its state to the provided outbound sync state.
|
static OutboundSyncState.Builder |
OutboundSyncState.Builder.initialOutboundSyncState() |
Creates initial outbound sync job state builder instance.
|
OutboundSyncState.Builder |
OutboundSyncState.Builder.withAborted(boolean aborted) |
|
OutboundSyncState.Builder |
OutboundSyncState.Builder.withErrorCount(int errorCount) |
|
OutboundSyncState.Builder |
OutboundSyncState.Builder.withStartTime(java.util.Date time) |
|
OutboundSyncState.Builder |
OutboundSyncState.Builder.withSuccessCount(int successCount) |
|
OutboundSyncState.Builder |
OutboundSyncState.Builder.withSystemicError(boolean systemicError) |
|
OutboundSyncState.Builder |
OutboundSyncState.Builder.withTotalItems(java.lang.Integer cnt) |
|
OutboundSyncState.Builder |
OutboundSyncState.Builder.withUnprocessedCount(int unprocessedCount) |
|