public static enum ApiBatchRequestElement.HTTPMethod extends Enum<ApiBatchRequestElement.HTTPMethod>
Modifier and Type | Method and Description |
---|---|
static ApiBatchRequestElement.HTTPMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiBatchRequestElement.HTTPMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiBatchRequestElement.HTTPMethod GET
public static final ApiBatchRequestElement.HTTPMethod POST
public static final ApiBatchRequestElement.HTTPMethod PUT
public static final ApiBatchRequestElement.HTTPMethod DELETE
public static ApiBatchRequestElement.HTTPMethod[] values()
for (ApiBatchRequestElement.HTTPMethod c : ApiBatchRequestElement.HTTPMethod.values()) System.out.println(c);
public static ApiBatchRequestElement.HTTPMethod 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 © Cloudera, Inc. Released under Apache License, Version 2.0.