Interface SyncResult
- 
- All Known Implementing Classes:
 DefaultSyncResultImpl
public interface SyncResultDefines the result of a sync operation 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSyncResult.StatusResult codes for sync operation. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable SyncedIdentitygetIdentity()The synchronized identity@NotNull SyncResult.StatusgetStatus()The status of the sync operation 
 - 
 
- 
- 
Method Detail
- 
getIdentity
@Nullable @Nullable SyncedIdentity getIdentity()
The synchronized identity- Returns:
 - the identity
 
 
- 
getStatus
@NotNull @NotNull SyncResult.Status getStatus()
The status of the sync operation- Returns:
 - the status
 
 
 - 
 
 -