public static enum OAuth2ResponseValidationFailurePolicy.ResponseType extends Enum<OAuth2ResponseValidationFailurePolicy.ResponseType> implements BmcEnum
Response Type.
Enum Constant and Description |
---|
Code |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2ResponseValidationFailurePolicy.ResponseType |
create(String key) |
String |
getValue() |
static OAuth2ResponseValidationFailurePolicy.ResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2ResponseValidationFailurePolicy.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2ResponseValidationFailurePolicy.ResponseType Code
public static final OAuth2ResponseValidationFailurePolicy.ResponseType UnknownEnumValue
public static OAuth2ResponseValidationFailurePolicy.ResponseType[] values()
for (OAuth2ResponseValidationFailurePolicy.ResponseType c : OAuth2ResponseValidationFailurePolicy.ResponseType.values()) System.out.println(c);
public static OAuth2ResponseValidationFailurePolicy.ResponseType 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 static OAuth2ResponseValidationFailurePolicy.ResponseType create(String key)
Copyright © 2016–2025. All rights reserved.