Uses of Class
io.objectbox.sync.SyncBuilder.RequestUpdatesMode
-
Packages that use SyncBuilder.RequestUpdatesMode Package Description io.objectbox.sync ObjectBox Sync allows to automatically synchronize local data with a sync destination (e.g. -
-
Uses of SyncBuilder.RequestUpdatesMode in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncBuilder.RequestUpdatesMode Modifier and Type Field Description (package private) SyncBuilder.RequestUpdatesModeSyncBuilder. requestUpdatesModeMethods in io.objectbox.sync that return SyncBuilder.RequestUpdatesMode Modifier and Type Method Description static SyncBuilder.RequestUpdatesModeSyncBuilder.RequestUpdatesMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SyncBuilder.RequestUpdatesMode[]SyncBuilder.RequestUpdatesMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.objectbox.sync with parameters of type SyncBuilder.RequestUpdatesMode Modifier and Type Method Description SyncBuilderSyncBuilder. requestUpdatesMode(SyncBuilder.RequestUpdatesMode requestUpdatesMode)Configure automatic sync updates from the server.
-