- GeneralError - Exception in com.cloudinary.api.exceptions
-
- GeneralError(String) - Constructor for exception com.cloudinary.api.exceptions.GeneralError
-
- generate() - Method in class com.cloudinary.AuthToken
-
Generate the authentication token
- generate(String) - Method in class com.cloudinary.AuthToken
-
Generate a URL token for the given URL.
- generate(Iterable<Map>) - Method in class com.cloudinary.EagerTransformation
-
- generate(Map) - Method in class com.cloudinary.EagerTransformation
-
- generate() - Method in class com.cloudinary.Transformation
-
Serialize this transformation object as a string
- 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
-
Deprecated.
- generateSprite(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
-
- getIsVideo() - 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.
- getParent() - Method in class com.cloudinary.transformation.BaseExpression
-
- 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
-
- getStreamingProfile(String, Map) - Method in class com.cloudinary.Api
-
Get a streaming profile information
- getStreamingProfile(String) - Method in class com.cloudinary.Api
-
- 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
-
- gt(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- gt() - Method in class com.cloudinary.transformation.BaseExpression
-
- gte(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- gte() - Method in class com.cloudinary.transformation.BaseExpression
-
- join(List<String>, String) - Static method in class com.cloudinary.utils.StringUtils
-
Join a list of Strings
- join(Object[], String) - Static method in class com.cloudinary.utils.StringUtils
-
Join a array of Strings
- join(Collection<String>, String) - Static method in class com.cloudinary.utils.StringUtils
-
Join a collection of Strings
- join(Object[], String, int, int) - Static method in class com.cloudinary.utils.StringUtils
-
Join a array of Strings from startIndex to endIndex
- 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.
- 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.
- ne(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- ne() - Method in class com.cloudinary.transformation.BaseExpression
-
- newInstance() - Method in class com.cloudinary.transformation.BaseExpression
-
- newInstance() - Method in class com.cloudinary.transformation.Condition
-
- newInstance() - Method in class com.cloudinary.transformation.Expression
-
- 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.
- nextCursor(String) - Method in class com.cloudinary.Search
-
- 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.
- normalize(Object) - Static method in class com.cloudinary.transformation.BaseExpression
-
Normalize an expression string, replace "nice names" with their coded values and spaces with "_".
- 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
-
- notificationUrl() - Method in class com.cloudinary.ArchiveParams
-
- notificationUrl(String) - Method in class com.cloudinary.ArchiveParams
-
- 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.
- NULL_AUTH_TOKEN - Static variable in class com.cloudinary.AuthToken
-
A null AuthToken, which can be passed to a method to override global settings.
- numberToString(Number) - Static method in class org.cloudinary.json.JSONObject
-
Produce a string from a Number.
- ObjectUtils - Class in com.cloudinary.utils
-
- ObjectUtils() - Constructor for class com.cloudinary.utils.ObjectUtils
-
- offset(String) - Method in class com.cloudinary.Transformation
-
- offset(String[]) - Method in class com.cloudinary.Transformation
-
- offset(float[]) - Method in class com.cloudinary.Transformation
-
- offset(double[]) - Method in class com.cloudinary.Transformation
-
- offset(Number[]) - Method in class com.cloudinary.Transformation
-
- 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
-
- onProgress(long, long) - Method in interface com.cloudinary.ProgressCallback
-
Invoked during network operation.
- opacity(int) - Method in class com.cloudinary.Transformation
-
- OPERATORS - Static variable in class com.cloudinary.transformation.BaseExpression
-
- 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.
- or(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- or() - Method in class com.cloudinary.transformation.BaseExpression
-
- org.cloudinary.json - package org.cloudinary.json
-
- overlay(String) - Method in class com.cloudinary.Transformation
-
- overlay(AbstractLayer<?>) - Method in class com.cloudinary.Transformation
-
- page(Object) - Method in class com.cloudinary.Transformation
-
- pageCount(String, Object) - Method in class com.cloudinary.transformation.Condition
-
- pageCount() - Static method in class com.cloudinary.transformation.Expression
-
- pages(String, Object) - Method in class com.cloudinary.transformation.Condition
-
- pageX() - Static method in class com.cloudinary.transformation.Expression
-
- pageY() - Static method in class com.cloudinary.transformation.Expression
-
- param(String, Object) - Method in class com.cloudinary.Transformation
-
- params(Map) - Method in class com.cloudinary.Transformation
-
- parent - Variable in class com.cloudinary.transformation.BaseExpression
-
- parseConfigUrl(String) - Static method in class com.cloudinary.Configuration
-
- parseCoordinates(Object) - Static method in class com.cloudinary.Coordinates
-
- 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
-
- PREDEFINED_VARS - Static variable in class com.cloudinary.transformation.BaseExpression
-
- predicate(String, String, Object) - Method in class com.cloudinary.transformation.Condition
-
- prefix(String) - Method in class com.cloudinary.Transformation
-
- prefixes() - Method in class com.cloudinary.ArchiveParams
-
- prefixes(String[]) - Method in class com.cloudinary.ArchiveParams
-
- 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
-
- processResponse(boolean, int, String) - Method in class com.cloudinary.strategies.AbstractUploaderStrategy
-
- processWriteParameters(Map<String, Object>, Map<String, Object>) - Static method in class com.cloudinary.Util
-
- ProgressCallback - Interface in com.cloudinary
-
Defines a callback for network operations.
- 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.AbstractLayer
-
- publicId(String) - Method in class com.cloudinary.transformation.AbstractLayer
-
- publicId(Object) - Method in class com.cloudinary.Url
-
- publicIds() - Method in class com.cloudinary.ArchiveParams
-
- publicIds(String[]) - Method in class com.cloudinary.ArchiveParams
-
- publishByIds(Iterable<String>, Map) - Method in class com.cloudinary.Api
-
- publishByPrefix(String, Map) - Method in class com.cloudinary.Api
-
- publishByTag(String, Map) - Method in class com.cloudinary.Api
-
- 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.
- search() - Method in class com.cloudinary.Cloudinary
-
- Search - Class in com.cloudinary
-
- secure - Variable in class com.cloudinary.Configuration
-
- secure(boolean) - Method in class com.cloudinary.Url
-
- secureCdnSubdomain - Variable in class com.cloudinary.Configuration
-
- secureCdnSubdomain(boolean) - Method in class com.cloudinary.Url
-
- secureDistribution - Variable in class com.cloudinary.Configuration
-
- secureDistribution(String) - Method in class com.cloudinary.Url
-
- serialize() - Method in class com.cloudinary.transformation.BaseExpression
-
- serialize(Object) - Static method in class com.cloudinary.utils.ObjectUtils
-
- setApiKey(String) - Method in class com.cloudinary.Configuration.Builder
-
API Key
You can find API Key in the Account Details section in the dashboard of Cloudinary Management Console.
- setApiSecret(String) - Method in class com.cloudinary.Configuration.Builder
-
API Secret
You can find API Secret in the Account Details section in the dashboard of Cloudinary Management Console.
- setAuthToken(AuthToken) - Method in class com.cloudinary.Configuration.Builder
-
- setCallback(String) - Method in class com.cloudinary.Configuration.Builder
-
- setCdnSubdomain(boolean) - Method in class com.cloudinary.Configuration.Builder
-
Whether to automatically build URLs with multiple CDN sub-domains.
- setClientHints(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setCloudName(String) - Method in class com.cloudinary.Configuration.Builder
-
The unique name of your cloud at Cloudinary
You can find your cloud name in the Account Details section in the dashboard of Cloudinary Management Console.
- setCname(String) - Method in class com.cloudinary.Configuration.Builder
-
Custom domain name to use for building HTTP URLs.
- setDefaultDPR(Object) - Static method in class com.cloudinary.Transformation
-
- setDefaultIsResponsive(boolean) - Static method in class com.cloudinary.Transformation
-
- setFormat(String) - Method in class com.cloudinary.StoredFile
-
- setLimit(long) - Method in class com.cloudinary.api.RateLimit
-
- setLoadStrategies(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setParent(Transformation) - Method in class com.cloudinary.transformation.BaseExpression
-
- setPreloadedFile(String) - Method in class com.cloudinary.StoredFile
-
- setPrivateCdn(boolean) - Method in class com.cloudinary.Configuration.Builder
-
Should be set to true for Advanced plan's users that have a private CDN distribution.
- setPublicId(String) - Method in class com.cloudinary.StoredFile
-
- setRemaining(long) - Method in class com.cloudinary.api.RateLimit
-
- setReset(Date) - Method in class com.cloudinary.api.RateLimit
-
- setResourceType(String) - Method in class com.cloudinary.StoredFile
-
- setResponsiveWidthTransformation(Map) - Static method in class com.cloudinary.Transformation
-
- setSecure(boolean) - Method in class com.cloudinary.Configuration.Builder
-
Force HTTPS URLs of images even if embedded in non-secure HTTP pages.
- setSecureCdnSubdomain(Boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setSecureDistribution(String) - Method in class com.cloudinary.Configuration.Builder
-
The domain name of the CDN distribution to use for building HTTPS URLs.
- setShorten(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setSignature(String) - Method in class com.cloudinary.StoredFile
-
- setTimeout(int) - Method in class com.cloudinary.Configuration.Builder
-
Set the HTTP connection timeout.
- setType(String) - Method in class com.cloudinary.StoredFile
-
- setUploadPrefix(String) - Method in class com.cloudinary.Configuration.Builder
-
- setUseRootPath(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setVersion(Long) - Method in class com.cloudinary.StoredFile
-
- SHARED_CDN - Static variable in class com.cloudinary.Cloudinary
-
- SHARED_CDN - Static variable in class com.cloudinary.Configuration
-
- shorten - Variable in class com.cloudinary.Configuration
-
- shorten(boolean) - Method in class com.cloudinary.Url
-
- signature - Variable in class com.cloudinary.StoredFile
-
- signed(boolean) - Method in class com.cloudinary.Url
-
- signedPreloadedImage(Map) - Method in class com.cloudinary.Cloudinary
-
- signRequest(Map<String, Object>, Map<String, Object>) - Method in class com.cloudinary.Cloudinary
-
- signRequestParams(Map<String, Object>, Map) - Method in class com.cloudinary.Uploader
-
- similar(Object) - Method in class org.cloudinary.json.JSONArray
-
Determine if two JSONArrays are similar.
- similar(Object) - Method in class org.cloudinary.json.JSONObject
-
Determine if two JSONObjects are similar.
- skipTo(char) - Method in class org.cloudinary.json.JSONTokener
-
Skip characters until the next character is the requested character.
- skipTransformationName(boolean) - Method in class com.cloudinary.ArchiveParams
-
- SmartUrlEncoder - Class in com.cloudinary
-
- SmartUrlEncoder() - Constructor for class com.cloudinary.SmartUrlEncoder
-
- sortBy(String, String) - Method in class com.cloudinary.Search
-
- source(String) - Method in class com.cloudinary.Url
-
- source(StoredFile) - Method in class com.cloudinary.Url
-
- sourceTransformation(Map<String, Transformation>) - Method in class com.cloudinary.Url
-
- sourceTransformationFor(String, Transformation) - Method in class com.cloudinary.Url
-
- sourceTypes(String[]) - Method in class com.cloudinary.Url
-
- startOffset(String) - Method in class com.cloudinary.Transformation
-
- startOffset(float) - Method in class com.cloudinary.Transformation
-
- startOffset(double) - Method in class com.cloudinary.Transformation
-
- startOffsetPercent(float) - Method in class com.cloudinary.Transformation
-
- startOffsetPercent(double) - Method in class com.cloudinary.Transformation
-
- startTime(long) - Method in class com.cloudinary.AuthToken
-
Set the start time of the token.
- StoredFile - Class in com.cloudinary
-
- StoredFile() - Constructor for class com.cloudinary.StoredFile
-
- StrategyLoader - Class in com.cloudinary.strategies
-
- StrategyLoader() - Constructor for class com.cloudinary.strategies.StrategyLoader
-
- streamingProfile(String) - Method in class com.cloudinary.Transformation
-
- stringToValue(String) - Static method in class org.cloudinary.json.JSONObject
-
Try to convert a string into a number, boolean, or null.
- StringUtils - Class in com.cloudinary.utils
-
- StringUtils() - Constructor for class com.cloudinary.utils.StringUtils
-
- stroke - Variable in class com.cloudinary.transformation.TextLayer
-
- stroke(String) - Method in class com.cloudinary.transformation.TextLayer
-
- sub(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- sub() - Method in class com.cloudinary.transformation.BaseExpression
-
- subFolders(String, Map) - Method in class com.cloudinary.Api
-
- SubtitlesLayer - Class in com.cloudinary.transformation
-
- SubtitlesLayer() - Constructor for class com.cloudinary.transformation.SubtitlesLayer
-
- SubtitlesLayerBuilder - Class in com.cloudinary.transformation
-
- SubtitlesLayerBuilder() - Constructor for class com.cloudinary.transformation.SubtitlesLayerBuilder
-
Deprecated.
- suffix(String) - Method in class com.cloudinary.Url
-
- syntaxError(String) - Method in class org.cloudinary.json.JSONTokener
-
Make a JSONException to signal a syntax error.