protected static enum HttpSender.HttpMethod extends java.lang.Enum<HttpSender.HttpMethod>
Modifier and Type | Method and Description |
---|---|
static HttpSender.HttpMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpSender.HttpMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpSender.HttpMethod GET
public static final HttpSender.HttpMethod POST
public static HttpSender.HttpMethod[] values()
for (HttpSender.HttpMethod c : HttpSender.HttpMethod.values()) System.out.println(c);
public static HttpSender.HttpMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013 Dassault Systèmes, All Rights Reserved.