- 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
-
- Pattern - Class in com.cloudinary
-
- Pattern() - Constructor for class com.cloudinary.Pattern
-
- pattern() - Method in class com.cloudinary.Pattern
-
- peek() - Method in class org.cloudinary.json.BufferedReader
-
Peek at next single character without advancing the stream (ie.
- ping(Map) - Method in class com.cloudinary.Api
-
- poster(Object) - Method in class com.cloudinary.Url
-
- posterSource(String) - Method in class com.cloudinary.Url
-
- posterTransformation(Transformation) - Method in class com.cloudinary.Url
-
- posterTransformation(List<Map>) - Method in class com.cloudinary.Url
-
- posterTransformation(Map) - Method in class com.cloudinary.Url
-
- posterUrl(Url) - Method in class com.cloudinary.Url
-
- 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 - Variable in class com.cloudinary.transformation.AbstractLayerBuilder
-
- publicId(String) - Method in class com.cloudinary.transformation.AbstractLayerBuilder
-
- 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.