Uses of Class
com.gooddata.sdk.model.account.Account.AuthenticationMode
-
Packages that use Account.AuthenticationMode Package Description com.gooddata.sdk.model.account -
-
Uses of Account.AuthenticationMode in com.gooddata.sdk.model.account
Methods in com.gooddata.sdk.model.account that return Account.AuthenticationMode Modifier and Type Method Description static Account.AuthenticationModeAccount.AuthenticationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Account.AuthenticationMode[]Account.AuthenticationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-