public static enum TestandtargetHttpClient.TestandtargetMethodType extends java.lang.Enum<TestandtargetHttpClient.TestandtargetMethodType>
| Modifier and Type | Method and Description |
|---|---|
static TestandtargetHttpClient.TestandtargetMethodType |
valueOf(java.lang.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 final TestandtargetHttpClient.TestandtargetMethodType PATCH
public static TestandtargetHttpClient.TestandtargetMethodType[] values()
for (TestandtargetHttpClient.TestandtargetMethodType c : TestandtargetHttpClient.TestandtargetMethodType.values()) System.out.println(c);
public static TestandtargetHttpClient.TestandtargetMethodType 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 null"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"