public static enum ConfigForUpdateOauth2CredentialProviderInput.FlowEnum extends Enum<ConfigForUpdateOauth2CredentialProviderInput.FlowEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigForUpdateOauth2CredentialProviderInput.FlowEnum.Adapter |
| Enum Constant and Description |
|---|
M2M |
USER_FEDERATION |
| Modifier and Type | Method and Description |
|---|---|
static ConfigForUpdateOauth2CredentialProviderInput.FlowEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ConfigForUpdateOauth2CredentialProviderInput.FlowEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigForUpdateOauth2CredentialProviderInput.FlowEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="USER_FEDERATION") public static final ConfigForUpdateOauth2CredentialProviderInput.FlowEnum USER_FEDERATION
@SerializedName(value="M2M") public static final ConfigForUpdateOauth2CredentialProviderInput.FlowEnum M2M
public static ConfigForUpdateOauth2CredentialProviderInput.FlowEnum[] values()
for (ConfigForUpdateOauth2CredentialProviderInput.FlowEnum c : ConfigForUpdateOauth2CredentialProviderInput.FlowEnum.values()) System.out.println(c);
public static ConfigForUpdateOauth2CredentialProviderInput.FlowEnum 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 String getValue()
public String toString()
toString in class Enum<ConfigForUpdateOauth2CredentialProviderInput.FlowEnum>public static ConfigForUpdateOauth2CredentialProviderInput.FlowEnum fromValue(String input)
Copyright © 2026. All rights reserved.