Package | Description |
---|---|
com.crm.dataobject.accesstokens |
Modifier and Type | Method and Description |
---|---|
AutomaticCreationMethod |
PasscodeSettings.getAutomaticCreationMethod() |
AutomaticCreationMethod |
AuthenticationCodeSettings.getAutomaticCreationMethod() |
AutomaticCreationMethod |
IdentifierSettings.getAutomaticCreationMethod() |
static AutomaticCreationMethod |
AutomaticCreationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticCreationMethod[] |
AutomaticCreationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PasscodeSettings.setAutomaticCreationMethod(AutomaticCreationMethod automaticCreationMethod) |
void |
AuthenticationCodeSettings.setAutomaticCreationMethod(AutomaticCreationMethod automaticCreationMethod) |
void |
IdentifierSettings.setAutomaticCreationMethod(AutomaticCreationMethod automaticCreationMethod) |