Package com.oracle.bmc.waas.requests
Enum ListWafLogsRequest.HttpMethod
- java.lang.Object
-
- java.lang.Enum<ListWafLogsRequest.HttpMethod>
-
- com.oracle.bmc.waas.requests.ListWafLogsRequest.HttpMethod
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListWafLogsRequest.HttpMethod>
- Enclosing class:
- ListWafLogsRequest
public static enum ListWafLogsRequest.HttpMethod extends Enum<ListWafLogsRequest.HttpMethod> implements BmcEnum
Filter logs by HTTP method.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWafLogsRequest.HttpMethod
create(String key)
String
getValue()
static ListWafLogsRequest.HttpMethod
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListWafLogsRequest.HttpMethod[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Options
public static final ListWafLogsRequest.HttpMethod Options
-
Get
public static final ListWafLogsRequest.HttpMethod Get
-
Head
public static final ListWafLogsRequest.HttpMethod Head
-
Post
public static final ListWafLogsRequest.HttpMethod Post
-
Put
public static final ListWafLogsRequest.HttpMethod Put
-
Delete
public static final ListWafLogsRequest.HttpMethod Delete
-
Trace
public static final ListWafLogsRequest.HttpMethod Trace
-
Connect
public static final ListWafLogsRequest.HttpMethod Connect
-
-
Method Detail
-
values
public static ListWafLogsRequest.HttpMethod[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListWafLogsRequest.HttpMethod c : ListWafLogsRequest.HttpMethod.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListWafLogsRequest.HttpMethod valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListWafLogsRequest.HttpMethod create(String key)
-
-