public static enum CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers extends Enum<CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers>
| Enum Constant and Description |
|---|
HTTP_BASIC
HTTP Basic authentication.
|
REQUEST_BODY
Body of the request.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers HTTP_BASIC
public static final CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers REQUEST_BODY
public static CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers[] values()
for (CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers c : CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers.values()) System.out.println(c);
public static CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers 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 nullCopyright © 2024 Denodo Technologies. All rights reserved.