public static enum RSDynamicClient.HttpMethod extends Enum<RSDynamicClient.HttpMethod>
Modifier and Type | Method and Description |
---|---|
static RSDynamicClient.HttpMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RSDynamicClient.HttpMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSDynamicClient.HttpMethod POST
public static final RSDynamicClient.HttpMethod GET
public static final RSDynamicClient.HttpMethod DELETE
public static final RSDynamicClient.HttpMethod PUT
public static RSDynamicClient.HttpMethod[] values()
for (RSDynamicClient.HttpMethod c : RSDynamicClient.HttpMethod.values()) System.out.println(c);
public static RSDynamicClient.HttpMethod 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 © 2008–2014 JBoss.org. All rights reserved.