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