Interface SyncResult
- All Known Implementing Classes:
DefaultSyncResultImpl
public interface SyncResult
Defines the result of a sync operation
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumResult codes for sync operation. -
Method Summary
Modifier and TypeMethodDescription@Nullable SyncedIdentityThe synchronized identity@NotNull SyncResult.StatusThe status of the sync operation
-
Method Details
-
getIdentity
The synchronized identity- Returns:
- the identity
-
getStatus
The status of the sync operation- Returns:
- the status
-