- named(String...) - Method in class com.cloudinary.Transformation
-
- names() - Method in class org.cloudinary.json.JSONObject
-
Produce a JSONArray containing the names of the elements of this
JSONObject.
- next() - Method in class org.cloudinary.json.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class org.cloudinary.json.JSONTokener
-
Consume the next character, and check that it matches a specified
character.
- next(int) - Method in class org.cloudinary.json.JSONTokener
-
Get the next n characters.
- nextClean() - Method in class org.cloudinary.json.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextString(char) - Method in class org.cloudinary.json.JSONTokener
-
Return the characters up to the next close quote character.
- nextTo(char) - Method in class org.cloudinary.json.JSONTokener
-
Get the text up but not including the specified character or the
end of line, whichever comes first.
- nextTo(String) - Method in class org.cloudinary.json.JSONTokener
-
Get the text up but not including one of the specified delimiter
characters or the end of line, whichever comes first.
- nextValue() - Method in class org.cloudinary.json.JSONTokener
-
Get the next value.
- NotAllowed - Exception in com.cloudinary.api.exceptions
-
- NotAllowed(String) - Constructor for exception com.cloudinary.api.exceptions.NotAllowed
-
- NotFound - Exception in com.cloudinary.api.exceptions
-
- NotFound(String) - Constructor for exception com.cloudinary.api.exceptions.NotFound
-
- NULL - Static variable in class org.cloudinary.json.JSONObject
-
It is sometimes more convenient and less ambiguous to have a
NULL
object than to use Java's null
value.
- numberToString(Integer) - Static method in class org.cloudinary.json.JSONObject
-
Produce a string from a Number.
- numberToString(Double) - Static method in class org.cloudinary.json.JSONObject
-
- numberToString(Float) - Static method in class org.cloudinary.json.JSONObject
-