Uses of Enum Class
io.objectbox.sync.SyncCredentials.CredentialsType
Packages that use SyncCredentials.CredentialsType
Package
Description
ObjectBox Sync allows to automatically synchronize local data with a sync
destination (e.g.
-
Uses of SyncCredentials.CredentialsType in io.objectbox.sync
Fields in io.objectbox.sync declared as SyncCredentials.CredentialsTypeModifier and TypeFieldDescriptionprivate final SyncCredentials.CredentialsTypeSyncCredentials.typeMethods in io.objectbox.sync that return SyncCredentials.CredentialsTypeModifier and TypeMethodDescriptionSyncCredentials.getType()Returns the enum constant of this class with the specified name.static SyncCredentials.CredentialsType[]SyncCredentials.CredentialsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.objectbox.sync with parameters of type SyncCredentials.CredentialsTypeModifierConstructorDescription(package private)(package private)(package private)SyncCredentialsToken(SyncCredentials.CredentialsType type, byte[] token) (package private)SyncCredentialsToken(SyncCredentials.CredentialsType type, String token) (package private)SyncCredentialsUserPassword(SyncCredentials.CredentialsType type, String username, String password)