public static enum Enums.SignInType extends Enum<Enums.SignInType>
Enum Constant and Description |
---|
Mixed
Mixed
|
UsingDeviceID
Using DeviceID
|
UsingEmailOverOAuth
Using email over OAuth
|
UsingInga
Using Inga
|
UsingOAuth
Using OAuth
|
UsingPassword
Using password
|
UsingServiceAccount
Using Sercice Account
|
Modifier and Type | Method and Description |
---|---|
long |
getSignInTypeFlagValue() |
static Enums.SignInType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enums.SignInType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enums.SignInType UsingDeviceID
public static final Enums.SignInType UsingPassword
public static final Enums.SignInType UsingOAuth
public static final Enums.SignInType Mixed
public static final Enums.SignInType UsingEmailOverOAuth
public static final Enums.SignInType UsingInga
public static final Enums.SignInType UsingServiceAccount
public static Enums.SignInType[] values()
for (Enums.SignInType c : Enums.SignInType.values()) System.out.println(c);
public static Enums.SignInType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic long getSignInTypeFlagValue()
Copyright © 2019. All rights reserved.