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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWafLogsRequest.HttpMethodcreate(String key)StringgetValue()static ListWafLogsRequest.HttpMethodvalueOf(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- 
Optionspublic static final ListWafLogsRequest.HttpMethod Options 
 - 
Getpublic static final ListWafLogsRequest.HttpMethod Get 
 - 
Headpublic static final ListWafLogsRequest.HttpMethod Head 
 - 
Postpublic static final ListWafLogsRequest.HttpMethod Post 
 - 
Putpublic static final ListWafLogsRequest.HttpMethod Put 
 - 
Deletepublic static final ListWafLogsRequest.HttpMethod Delete 
 - 
Tracepublic static final ListWafLogsRequest.HttpMethod Trace 
 - 
Connectpublic static final ListWafLogsRequest.HttpMethod Connect 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListWafLogsRequest.HttpMethod create(String key) 
 
- 
 
-