Package | Description |
---|---|
com.cloudinary | |
com.cloudinary.codename1 | |
com.cloudinary.strategies |
Modifier and Type | Method and Description |
---|---|
static Api.HttpMethod |
Api.HttpMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Api.HttpMethod[] |
Api.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected ApiResponse |
Api.callApi(Api.HttpMethod method,
java.lang.Iterable<java.lang.String> uri,
java.util.Map<java.lang.String,? extends java.lang.Object> params,
java.util.Map options) |
Modifier and Type | Method and Description |
---|---|
ApiResponse |
ApiStrategy.callApi(Api.HttpMethod method,
java.lang.Iterable<java.lang.String> uri,
java.util.Map<java.lang.String,? extends java.lang.Object> params,
java.util.Map options) |
Modifier and Type | Method and Description |
---|---|
abstract ApiResponse |
AbstractApiStrategy.callApi(Api.HttpMethod method,
java.lang.Iterable<java.lang.String> uri,
java.util.Map<java.lang.String,? extends java.lang.Object> params,
java.util.Map options) |