public static enum ProtectionSettings.AllowedHttpMethods extends Enum<ProtectionSettings.AllowedHttpMethods> implements BmcEnum
Enum Constant and Description |
---|
Connect |
Delete |
Get |
Head |
Options |
Patch |
Post |
Propfind |
Put |
Trace |
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 ProtectionSettings.AllowedHttpMethods |
create(String key) |
String |
getValue() |
static ProtectionSettings.AllowedHttpMethods |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionSettings.AllowedHttpMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtectionSettings.AllowedHttpMethods Options
public static final ProtectionSettings.AllowedHttpMethods Get
public static final ProtectionSettings.AllowedHttpMethods Head
public static final ProtectionSettings.AllowedHttpMethods Post
public static final ProtectionSettings.AllowedHttpMethods Put
public static final ProtectionSettings.AllowedHttpMethods Delete
public static final ProtectionSettings.AllowedHttpMethods Trace
public static final ProtectionSettings.AllowedHttpMethods Connect
public static final ProtectionSettings.AllowedHttpMethods Patch
public static final ProtectionSettings.AllowedHttpMethods Propfind
public static final ProtectionSettings.AllowedHttpMethods UnknownEnumValue
public static ProtectionSettings.AllowedHttpMethods[] values()
for (ProtectionSettings.AllowedHttpMethods c : ProtectionSettings.AllowedHttpMethods.values()) System.out.println(c);
public static ProtectionSettings.AllowedHttpMethods 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 ProtectionSettings.AllowedHttpMethods create(String key)
Copyright © 2016–2024. All rights reserved.