Uses of Class
com.blackberry.workspaces.sdk.api.Enums.SignInType
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api |
-
Uses of Enums.SignInType in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return Enums.SignInType Modifier and Type Method Description Enums.SignInType
APISession. getSignInMethods(String email)
getSignInMethodsEnums.SignInType
SignInManager. getSignInMethods(String email)
getSignInMethods gets the SignInMethods the server supports.Enums.SignInType
SignInManager. supportedMethod()
supportedMethodstatic Enums.SignInType
Enums.SignInType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.SignInType[]
Enums.SignInType. values()
Returns an array containing the constants of this enum type, in the order they are declared.