static SyncBlocker.Builder |
SyncBlocker.builder() |
|
SyncBlocker.Builder |
SyncBlocker.Builder.contexts(Collection<SyncBlockerContext> contexts) |
The contexts for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.contexts(Consumer<SyncBlockerContext.Builder>... contexts) |
The contexts for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.contexts(SyncBlockerContext... contexts) |
The contexts for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.createdAt(Instant createdAt) |
The creation time for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.createdReason(String createdReason) |
The provided reason for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.id(String id) |
The ID for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.resolvedAt(Instant resolvedAt) |
The time that a specific sync blocker was resolved.
|
SyncBlocker.Builder |
SyncBlocker.Builder.resolvedReason(String resolvedReason) |
The resolved reason for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.status(String status) |
The status for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.Builder.status(BlockerStatus status) |
The status for a specific sync blocker.
|
SyncBlocker.Builder |
SyncBlocker.toBuilder() |
|
SyncBlocker.Builder |
SyncBlocker.Builder.type(String type) |
The sync blocker type.
|
SyncBlocker.Builder |
SyncBlocker.Builder.type(BlockerType type) |
The sync blocker type.
|