Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static HTTPMethod |
HTTPMethod.fromValue(String text) |
HTTPMethod |
ApiBatchRequestElement.getMethod()
The type of request (e.g.
|
HTTPMethod |
HTTPMethod.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static HTTPMethod |
HTTPMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPMethod[] |
HTTPMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiBatchRequestElement |
ApiBatchRequestElement.method(HTTPMethod method) |
void |
ApiBatchRequestElement.setMethod(HTTPMethod method) |
void |
HTTPMethod.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
HTTPMethod enumeration) |
Copyright © 2019. All rights reserved.