Methods
Modifier and Type |
Method and Description |
protected ApiResponse |
callApi(Api.HttpMethod method,
Iterable<String> uri,
Map<String,? extends Object> params,
Map options) |
ApiResponse |
createTransformation(String name,
String definition,
Map options) |
ApiResponse |
createUploadPreset(Map options) |
ApiResponse |
deleteAllResources(Map options) |
ApiResponse |
deleteDerivedResources(Iterable<String> derivedResourceIds,
Map options) |
ApiResponse |
deleteResources(Iterable<String> publicIds,
Map options) |
ApiResponse |
deleteResourcesByPrefix(String prefix,
Map options) |
ApiResponse |
deleteResourcesByTag(String tag,
Map options) |
ApiResponse |
deleteTransformation(String transformation,
Map options) |
ApiResponse |
deleteUploadPreset(String name,
Map options) |
ApiResponse |
ping(Map options) |
ApiResponse |
resource(String public_id,
Map options) |
ApiResponse |
resources(Map options) |
ApiResponse |
resourcesByIds(Iterable<String> publicIds,
Map options) |
ApiResponse |
resourcesByModeration(String kind,
String status,
Map options) |
ApiResponse |
resourcesByTag(String tag,
Map options) |
ApiResponse |
resourceTypes(Map options) |
ApiResponse |
rootFolders(Map options) |
ApiResponse |
subFolders(String ofFolderPath,
Map options) |
ApiResponse |
tags(Map options) |
ApiResponse |
transformation(String transformation,
Map options) |
ApiResponse |
transformations(Map options) |
ApiResponse |
update(String public_id,
Map options) |
ApiResponse |
updateTransformation(String transformation,
Map updates,
Map options) |
ApiResponse |
updateUploadPreset(String name,
Map options) |
ApiResponse |
uploadPreset(String name,
Map options) |
ApiResponse |
uploadPresets(Map options) |
ApiResponse |
usage(Map options) |