public static enum BzmHttpWrapper.Method extends Enum<BzmHttpWrapper.Method>
| Modifier and Type | Method and Description |
|---|---|
static BzmHttpWrapper.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BzmHttpWrapper.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BzmHttpWrapper.Method GET
public static final BzmHttpWrapper.Method POST
public static final BzmHttpWrapper.Method PATCH
public static final BzmHttpWrapper.Method PUT
public static BzmHttpWrapper.Method[] values()
for (BzmHttpWrapper.Method c : BzmHttpWrapper.Method.values()) System.out.println(c);
public static BzmHttpWrapper.Method 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 © July 2012-2016 BlazeMeterInc. All Rights Reserved.