public static enum HttpTask.Method extends Enum<HttpTask.Method>
| Modifier and Type | Method and Description |
|---|---|
static HttpTask.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpTask.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpTask.Method GET
public static final HttpTask.Method POST
public static final HttpTask.Method PUT
public static final HttpTask.Method DELETE
public static HttpTask.Method[] values()
for (HttpTask.Method c : HttpTask.Method.values()) System.out.println(c);
public static HttpTask.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 © 2016-2019 Game Server Services, Inc. AllRights Reserved.