public static enum TestandtargetHttpClient.TestandtargetMethodType extends Enum<TestandtargetHttpClient.TestandtargetMethodType>
Modifier and Type | Method and Description |
---|---|
static TestandtargetHttpClient.TestandtargetMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestandtargetHttpClient.TestandtargetMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestandtargetHttpClient.TestandtargetMethodType GET
public static final TestandtargetHttpClient.TestandtargetMethodType POST
public static final TestandtargetHttpClient.TestandtargetMethodType PUT
public static final TestandtargetHttpClient.TestandtargetMethodType DELETE
public static TestandtargetHttpClient.TestandtargetMethodType[] values()
for (TestandtargetHttpClient.TestandtargetMethodType c : TestandtargetHttpClient.TestandtargetMethodType.values()) System.out.println(c);
public static TestandtargetHttpClient.TestandtargetMethodType 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 null"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"