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