- GeneralError - Exception in com.cloudinary.api.exceptions
-
- GeneralError(String) - Constructor for exception com.cloudinary.api.exceptions.GeneralError
-
- generate() - Method in class com.cloudinary.Transformation
-
- generate(Iterable<Map>) - Method in class com.cloudinary.Transformation
-
- generate(Map) - Method in class com.cloudinary.Transformation
-
- generate() - Method in class com.cloudinary.Url
-
- generate(String) - Method in class com.cloudinary.Url
-
- generate_sprite(String, Map) - Method in class com.cloudinary.Uploader
-
- generateSpriteCss(String) - Method in class com.cloudinary.Url
-
- get(int) - Method in class org.cloudinary.json.JSONArray
-
Get the object value associated with an index.
- get(String) - Method in class org.cloudinary.json.JSONObject
-
Get the value object associated with a key.
- getBoolean(int) - Method in class org.cloudinary.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - Method in class org.cloudinary.json.JSONObject
-
Get the boolean value associated with a key.
- getCause() - Method in exception org.cloudinary.json.JSONException
-
Returns the cause of this exception or null if the cause is nonexistent
or unknown.
- getComputedSignature(Cloudinary) - Method in class com.cloudinary.StoredFile
-
- getDouble(int) - Method in class org.cloudinary.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - Method in class org.cloudinary.json.JSONObject
-
Get the double value associated with a key.
- getFormat() - Method in class com.cloudinary.EagerTransformation
-
- getFormat() - Method in class com.cloudinary.StoredFile
-
- getHtmlHeight() - Method in class com.cloudinary.Transformation
-
- getHtmlWidth() - Method in class com.cloudinary.Transformation
-
- getInt(int) - Method in class org.cloudinary.json.JSONArray
-
Get the int value associated with an index.
- getInt(String) - Method in class org.cloudinary.json.JSONObject
-
Get the int value associated with a key.
- getIsImage() - Method in class com.cloudinary.StoredFile
-
- getJSONArray(int) - Method in class org.cloudinary.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - Method in class org.cloudinary.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - Method in class org.cloudinary.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - Method in class org.cloudinary.json.JSONObject
-
Get the JSONObject value associated with a key.
- getLimit() - Method in class com.cloudinary.api.RateLimit
-
- getLong(int) - Method in class org.cloudinary.json.JSONArray
-
Get the long value associated with an index.
- getLong(String) - Method in class org.cloudinary.json.JSONObject
-
Get the long value associated with a key.
- getNames(JSONObject) - Static method in class org.cloudinary.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNames(Object) - Static method in class org.cloudinary.json.JSONObject
-
Get an array of field names from an Object.
- getPreloadedFile() - Method in class com.cloudinary.StoredFile
-
- getPublicId() - Method in class com.cloudinary.StoredFile
-
- getPublicIdForSigning() - Method in class com.cloudinary.StoredFile
-
- getRemaining() - Method in class com.cloudinary.api.RateLimit
-
- getReset() - Method in class com.cloudinary.api.RateLimit
-
- getResourceType() - Method in class com.cloudinary.StoredFile
-
- getSignature() - Method in class com.cloudinary.StoredFile
-
- getString(int) - Method in class org.cloudinary.json.JSONArray
-
Get the string associated with an index.
- getString(String) - Method in class org.cloudinary.json.JSONObject
-
Get the string associated with a key.
- getType() - Method in class com.cloudinary.StoredFile
-
- getUploadUrl(Map) - Method in class com.cloudinary.Uploader
-
- getVersion() - Method in class com.cloudinary.StoredFile
-
- gravity(String) - Method in class com.cloudinary.Transformation
-
- join(List<String>, String) - Static method in class com.cloudinary.utils.StringUtils
-
- join(Object[], String) - Static method in class com.cloudinary.utils.StringUtils
-
- join(Collection<String>, String) - Static method in class com.cloudinary.utils.StringUtils
-
- join(Object[], String, int, int) - Static method in class com.cloudinary.utils.StringUtils
-
- join(String) - Method in class org.cloudinary.json.JSONArray
-
Make a string from the contents of this JSONArray.
- JSONArray - Class in org.cloudinary.json
-
A JSONArray is an ordered sequence of values.
- JSONArray() - Constructor for class org.cloudinary.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(JSONTokener) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JSONArray(String) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from a source JSON text.
- JSONArray(Collection<Object>) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from a Collection.
- JSONArray(Object) - Constructor for class org.cloudinary.json.JSONArray
-
Construct a JSONArray from an array
- JSONException - Exception in org.cloudinary.json
-
The JSONException is thrown by the JSON.org classes when things are amiss.
- JSONException(String) - Constructor for exception org.cloudinary.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - Constructor for exception org.cloudinary.json.JSONException
-
Constructs a new JSONException with the specified cause.
- JSONObject - Class in org.cloudinary.json
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - Constructor for class org.cloudinary.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(JSONObject, String[]) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONObject(Map<String, Object>) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(Object) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from an Object using bean getters.
- JSONObject(Object, String[]) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from an Object, using reflection to find the
public members.
- JSONObject(String) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a source JSON text string.
- JSONObject(String, Locale) - Constructor for class org.cloudinary.json.JSONObject
-
Construct a JSONObject from a ResourceBundle.
- JSONString - Interface in org.cloudinary.json
-
The JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
.
- JSONTokener - Class in org.cloudinary.json
-
A JSONTokener takes a source string and extracts characters and tokens from
it.
- JSONTokener(Reader) - Constructor for class org.cloudinary.json.JSONTokener
-
Construct a JSONTokener from a Reader.
- JSONTokener(InputStream) - Constructor for class org.cloudinary.json.JSONTokener
-
Construct a JSONTokener from an InputStream.
- JSONTokener(String) - Constructor for class org.cloudinary.json.JSONTokener
-
Construct a JSONTokener from a string.
- ObjectUtils - Class in com.cloudinary.utils
-
- ObjectUtils() - Constructor for class com.cloudinary.utils.ObjectUtils
-
- OLD_AKAMAI_SHARED_CDN - Static variable in class com.cloudinary.Cloudinary
-
- OLD_AKAMAI_SHARED_CDN - Static variable in class com.cloudinary.Configuration
-
- only(Map<String, ? extends Object>, String...) - Static method in class com.cloudinary.utils.ObjectUtils
-
- opacity(int) - Method in class com.cloudinary.Transformation
-
- opt(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional object value associated with an index.
- opt(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional value associated with a key.
- optBoolean(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(int, boolean) - Method in class org.cloudinary.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional boolean associated with a key.
- optBoolean(String, boolean) - Method in class org.cloudinary.json.JSONObject
-
Get an optional boolean associated with a key.
- optDouble(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(int, double) - Method in class org.cloudinary.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional double associated with a key, or NaN if there is no such
key or if its value is not a number.
- optDouble(String, double) - Method in class org.cloudinary.json.JSONObject
-
Get an optional double associated with a key, or the defaultValue if
there is no such key or if its value is not a number.
- optInt(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(int, int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional int value associated with a key, or zero if there is no
such key or if the value is not a number.
- optInt(String, int) - Method in class org.cloudinary.json.JSONObject
-
Get an optional int value associated with a key, or the default if there
is no such key or if the value is not a number.
- optJSONArray(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional JSONArray associated with an index.
- optJSONArray(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional JSONArray associated with a key.
- optJSONObject(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional JSONObject associated with an index.
- optJSONObject(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional JSONObject associated with a key.
- optLong(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(int, long) - Method in class org.cloudinary.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional long value associated with a key, or zero if there is no
such key or if the value is not a number.
- optLong(String, long) - Method in class org.cloudinary.json.JSONObject
-
Get an optional long value associated with a key, or the default if there
is no such key or if the value is not a number.
- optString(int) - Method in class org.cloudinary.json.JSONArray
-
Get the optional string value associated with an index.
- optString(int, String) - Method in class org.cloudinary.json.JSONArray
-
Get the optional string associated with an index.
- optString(String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional string associated with a key.
- optString(String, String) - Method in class org.cloudinary.json.JSONObject
-
Get an optional string associated with a key.
- org.cloudinary.json - package org.cloudinary.json
-
- overlay(String) - Method in class com.cloudinary.Transformation
-
- page(Object) - Method in class com.cloudinary.Transformation
-
- param(String, Object) - Method in class com.cloudinary.Transformation
-
- params(Map) - Method in class com.cloudinary.Transformation
-
- parseConfigUrl(String) - Method in class com.cloudinary.Cloudinary
-
- parseCoordinates(Object) - Static method in class com.cloudinary.Coordinates
-
- ping(Map) - Method in class com.cloudinary.Api
-
- prefix(String) - Method in class com.cloudinary.Transformation
-
- privateCdn - Variable in class com.cloudinary.Configuration
-
- privateCdn(boolean) - Method in class com.cloudinary.Url
-
- privateDownload(String, String, Map<String, Object>) - Method in class com.cloudinary.Cloudinary
-
- processWriteParameters(Map<String, Object>, Map<String, Object>) - Static method in class com.cloudinary.Util
-
- properties - Variable in class com.cloudinary.Configuration
-
- proxyHost - Variable in class com.cloudinary.Configuration
-
- proxyPort - Variable in class com.cloudinary.Configuration
-
- publicId - Variable in class com.cloudinary.StoredFile
-
- publicId(Object) - Method in class com.cloudinary.Url
-
- put(boolean) - Method in class org.cloudinary.json.JSONArray
-
Append a boolean value.
- put(Collection<Object>) - Method in class org.cloudinary.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(double) - Method in class org.cloudinary.json.JSONArray
-
Append a double value.
- put(int) - Method in class org.cloudinary.json.JSONArray
-
Append an int value.
- put(long) - Method in class org.cloudinary.json.JSONArray
-
Append an long value.
- put(Map<String, Object>) - Method in class org.cloudinary.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- put(Object) - Method in class org.cloudinary.json.JSONArray
-
Append an object value.
- put(int, boolean) - Method in class org.cloudinary.json.JSONArray
-
Put or replace a boolean value in the JSONArray.
- put(int, Collection<Object>) - Method in class org.cloudinary.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(int, double) - Method in class org.cloudinary.json.JSONArray
-
Put or replace a double value.
- put(int, int) - Method in class org.cloudinary.json.JSONArray
-
Put or replace an int value.
- put(int, long) - Method in class org.cloudinary.json.JSONArray
-
Put or replace a long value.
- put(int, Map<String, Object>) - Method in class org.cloudinary.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject that
is produced from a Map.
- put(int, Object) - Method in class org.cloudinary.json.JSONArray
-
Put or replace an object value in the JSONArray.
- put(String, boolean) - Method in class org.cloudinary.json.JSONObject
-
Put a key/boolean pair in the JSONObject.
- put(String, Collection<Object>) - Method in class org.cloudinary.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- put(String, double) - Method in class org.cloudinary.json.JSONObject
-
Put a key/double pair in the JSONObject.
- put(String, int) - Method in class org.cloudinary.json.JSONObject
-
Put a key/int pair in the JSONObject.
- put(String, long) - Method in class org.cloudinary.json.JSONObject
-
Put a key/long pair in the JSONObject.
- put(String, Map<String, Object>) - Method in class org.cloudinary.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- put(String, Object) - Method in class org.cloudinary.json.JSONObject
-
Put a key/value pair in the JSONObject.
- putOnce(String, Object) - Method in class org.cloudinary.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null, and only if there is not already a member with that
name.
- putOpt(String, Object) - Method in class org.cloudinary.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null.