-
- All Implemented Interfaces:
-
com.meniga.sdk.models.sync.operators.MenigaSyncOperations
public final class MenigaSyncOperationsImp implements MenigaSyncOperations
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description Result<MenigaSync>startSync(Long realmUserId, String sessionToken, long timeout)Result<MenigaSyncStatus>getSyncStatus()Result<MenigaSync>getSync(long syncHistoryId)-
-
Method Detail
-
startSync
Result<MenigaSync> startSync(Long realmUserId, String sessionToken, long timeout)
-
getSyncStatus
Result<MenigaSyncStatus> getSyncStatus()
-
getSync
Result<MenigaSync> getSync(long syncHistoryId)
-
-
-
-