- AbstractApiStrategy - Class in com.cloudinary.strategies
-
- AbstractApiStrategy() - Constructor for class com.cloudinary.strategies.AbstractApiStrategy
-
- AbstractLayer<T extends AbstractLayer<T>> - Class in com.cloudinary.transformation
-
- AbstractLayer() - Constructor for class com.cloudinary.transformation.AbstractLayer
-
- AbstractLayerBuilder - Class in com.cloudinary.transformation
-
Deprecated.
- AbstractLayerBuilder() - Constructor for class com.cloudinary.transformation.AbstractLayerBuilder
-
Deprecated.
- AbstractUploaderStrategy - Class in com.cloudinary.strategies
-
- AbstractUploaderStrategy() - Constructor for class com.cloudinary.strategies.AbstractUploaderStrategy
-
- AccessControlRule - Class in com.cloudinary
-
A class representing a single access control rule for a resource.
- AccessControlRule.AccessType - Enum in com.cloudinary
-
Access type for an access rule
- Account - Class in com.cloudinary.provisioning
-
Entry point class for all account and provisioning API actions: Manage users, cloud names and user groups.
- Account(Cloudinary) - Constructor for class com.cloudinary.provisioning.Account
-
Create a new instance to use the account API.
- Account(AccountConfiguration, Cloudinary) - Constructor for class com.cloudinary.provisioning.Account
-
Create a new instance to use the account API.
- Account.Role - Enum in com.cloudinary.provisioning
-
A user role to use in the user management API (create/update user).
- AccountConfiguration - Class in com.cloudinary.provisioning
-
- AccountConfiguration(String, String, String) - Constructor for class com.cloudinary.provisioning.AccountConfiguration
-
- ACCOUNTS - Static variable in class com.cloudinary.provisioning.Account
-
- accumulate(String, Object) - Method in class org.cloudinary.json.JSONObject
-
Accumulate values under a key.
- acl(String) - Method in class com.cloudinary.AuthToken
-
Define an ACL for a cookie token
- add(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- add() - Method in class com.cloudinary.transformation.BaseExpression
-
- addContext(Map, String[], Map) - Method in class com.cloudinary.Uploader
-
Add a context keys and values.
- addContext(String, String[], Map) - Method in class com.cloudinary.Uploader
-
Add a context keys and values.
- addMetadataField(MetadataField) - Method in class com.cloudinary.Api
-
Add a new metadata field definition
- addRect(Rectangle) - Method in class com.cloudinary.Coordinates
-
- addTag(String, String[], Map) - Method in class com.cloudinary.Uploader
-
- addUserToGroup(String, String) - Method in class com.cloudinary.provisioning.Account
-
Add an existing user to a group.
- addUserToGroup(String, String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Add an existing user to a group.
- aggregate(String) - Method in class com.cloudinary.Search
-
- AKAMAI_SHARED_CDN - Static variable in class com.cloudinary.Cloudinary
-
- AKAMAI_SHARED_CDN - Static variable in class com.cloudinary.Configuration
-
- allowMissing(boolean) - Method in class com.cloudinary.ArchiveParams
-
- AlreadyExists - Exception in com.cloudinary.api.exceptions
-
- AlreadyExists(String) - Constructor for exception com.cloudinary.api.exceptions.AlreadyExists
-
- AND - Static variable in class com.cloudinary.metadata.MetadataValidation.AndValidator
-
- and(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- and() - Method in class com.cloudinary.transformation.BaseExpression
-
- AndValidator(List<MetadataValidation>) - Constructor for class com.cloudinary.metadata.MetadataValidation.AndValidator
-
Create a new instance of the validator with the given rules.
- angle(int) - Method in class com.cloudinary.Transformation
-
- angle(String...) - Method in class com.cloudinary.Transformation
-
- anonymous(Date, Date) - Static method in class com.cloudinary.AccessControlRule
-
Construct a new anonymous access rule
- anonymousFrom(Date) - Static method in class com.cloudinary.AccessControlRule
-
Construct a new anonymous access rule
- anonymousUntil(Date) - Static method in class com.cloudinary.AccessControlRule
-
Construct a new anonymous access rule
- Api - Class in com.cloudinary
-
- Api(Cloudinary, AbstractApiStrategy) - Constructor for class com.cloudinary.Api
-
- api() - Method in class com.cloudinary.Cloudinary
-
- api - Variable in class com.cloudinary.strategies.AbstractApiStrategy
-
- Api.HttpMethod - Enum in com.cloudinary
-
- API_STRATEGIES - Static variable in class com.cloudinary.Cloudinary
-
- ApiException - Exception in com.cloudinary.api.exceptions
-
- ApiException(String) - Constructor for exception com.cloudinary.api.exceptions.ApiException
-
- apiKey - Variable in class com.cloudinary.Configuration
-
- apiRateLimit() - Method in interface com.cloudinary.api.ApiResponse
-
- ApiResponse - Interface in com.cloudinary.api
-
- ApiResponseSignatureVerifier - Class in com.cloudinary.api.signing
-
The ApiResponseSignatureVerifier class is responsible for verifying Cloudinary Upload API response signatures.
- ApiResponseSignatureVerifier(String) - Constructor for class com.cloudinary.api.signing.ApiResponseSignatureVerifier
-
Initializes new instance of ApiResponseSignatureVerifier class with a secret key required to perform
API response signatures verification.
- ApiResponseSignatureVerifier(String, SignatureAlgorithm) - Constructor for class com.cloudinary.api.signing.ApiResponseSignatureVerifier
-
Initializes new instance of ApiResponseSignatureVerifier class with a secret key required to perform
API response signatures verification.
- apiSecret - Variable in class com.cloudinary.Configuration
-
- apiSignRequest(Map<String, Object>, String) - Method in class com.cloudinary.Cloudinary
-
- append(String, Object) - Method in class org.cloudinary.json.JSONObject
-
Append values to the array under a key.
- ArchiveParams - Class in com.cloudinary
-
- ArchiveParams() - Constructor for class com.cloudinary.ArchiveParams
-
- asArray(Object) - Static method in class com.cloudinary.utils.ObjectUtils
-
- asBoolean(Object, Boolean) - Static method in class com.cloudinary.utils.ObjectUtils
-
- asBoolean(Object) - Static method in class com.cloudinary.utils.ObjectUtils
-
- asFloat(Object) - Static method in class com.cloudinary.utils.ObjectUtils
-
- asInteger(Object, Integer) - Static method in class com.cloudinary.utils.ObjectUtils
-
- asLong(Object, Long) - Static method in class com.cloudinary.utils.ObjectUtils
-
- asMap() - Method in class com.cloudinary.AuthToken
-
- asMap(Object...) - Static method in class com.cloudinary.Cloudinary
-
Deprecated.
- asMap() - Method in class com.cloudinary.Configuration
-
- asMap(Object...) - Static method in class com.cloudinary.utils.ObjectUtils
-
- aspectRatio(double) - Method in class com.cloudinary.Transformation
-
- aspectRatio(String) - Method in class com.cloudinary.Transformation
-
- aspectRatio(int, int) - Method in class com.cloudinary.Transformation
-
- aspectRatio(String, Object) - Method in class com.cloudinary.transformation.Condition
-
- aspectRatio() - Static method in class com.cloudinary.transformation.Expression
-
- asString(Object) - Static method in class com.cloudinary.utils.ObjectUtils
-
- asString(Object, String) - Static method in class com.cloudinary.utils.ObjectUtils
-
- async(boolean) - Method in class com.cloudinary.ArchiveParams
-
- audioCodec(String) - Method in class com.cloudinary.Transformation
-
- audioFrequency(String) - Method in class com.cloudinary.Transformation
-
- audioFrequency(int) - Method in class com.cloudinary.Transformation
-
- AuthorizationRequired - Exception in com.cloudinary.api
-
- AuthorizationRequired(String) - Constructor for exception com.cloudinary.api.AuthorizationRequired
-
- AuthToken - Class in com.cloudinary
-
Authentication Token generator
- AuthToken() - Constructor for class com.cloudinary.AuthToken
-
- AuthToken(String) - Constructor for class com.cloudinary.AuthToken
-
- AuthToken(Map) - Constructor for class com.cloudinary.AuthToken
-
Create a new AuthToken configuration.
- authToken - Variable in class com.cloudinary.Configuration
-
- authToken(AuthToken) - Method in class com.cloudinary.Url
-
Set the authorization token.
- DateGreaterThan(Date) - Constructor for class com.cloudinary.metadata.MetadataValidation.DateGreaterThan
-
Create a new rule with the given date.
- DateGreaterThan(Date, Boolean) - Constructor for class com.cloudinary.metadata.MetadataValidation.DateGreaterThan
-
Create a new rule with the given date.
- DateLessThan(Date) - Constructor for class com.cloudinary.metadata.MetadataValidation.DateLessThan
-
Create a new rule with the given date.
- DateLessThan(Date, Boolean) - Constructor for class com.cloudinary.metadata.MetadataValidation.DateLessThan
-
Create a new rule with the given date.
- DateMetadataField - Class in com.cloudinary.metadata
-
Represents a metadata field with type 'date'
- DateMetadataField() - Constructor for class com.cloudinary.metadata.DateMetadataField
-
- decode(String) - Static method in class com.cloudinary.utils.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(char[]) - Static method in class com.cloudinary.utils.Base64Coder
-
Decodes a byte array from Base64 format.
- decode(char[], int, int) - Static method in class com.cloudinary.utils.Base64Coder
-
Decodes a byte array from Base64 format.
- decodeLines(String) - Static method in class com.cloudinary.utils.Base64Coder
-
Decodes a byte array from Base64 format and ignores line separators, tabs
and blanks.
- decodeString(String) - Static method in class com.cloudinary.utils.Base64Coder
-
Decodes a string from Base64 format.
- DEFAULT_IS_LONG_SIGNATURE - Static variable in class com.cloudinary.Configuration
-
- DEFAULT_SIGNATURE_ALGORITHM - Static variable in class com.cloudinary.Configuration
-
- DEFAULT_VALUE - Static variable in class com.cloudinary.metadata.MetadataField
-
- DEFAULT_VIDEO_SOURCE_TYPES - Static variable in class com.cloudinary.Url
-
- defaultDPR - Static variable in class com.cloudinary.Transformation
-
- defaultImage(String) - Method in class com.cloudinary.Transformation
-
- defaultIsResponsive - Static variable in class com.cloudinary.Transformation
-
- dehexchar(char) - Static method in class org.cloudinary.json.JSONTokener
-
Get the hex value of a character (base16).
- delay(Object) - Method in class com.cloudinary.Transformation
-
- deleteAllResources(Map) - Method in class com.cloudinary.Api
-
- deleteByToken(String) - Method in class com.cloudinary.Uploader
-
- deleteDatasourceEntries(String, List<String>) - Method in class com.cloudinary.Api
-
Delete data source entries for a given field
- deleteDerivedByTransformation(Iterable<String>, List<Transformation>, Map) - Method in class com.cloudinary.Api
-
- deleteDerivedResources(Iterable<String>, Map) - Method in class com.cloudinary.Api
-
- deleteFolder(String, Map) - Method in class com.cloudinary.Api
-
Delete a folder (must be empty).
- deleteMetadataField(String) - Method in class com.cloudinary.Api
-
Delete a field definition.
- deleteResources(Iterable<String>, Map) - Method in class com.cloudinary.Api
-
- deleteResourcesByPrefix(String, Map) - Method in class com.cloudinary.Api
-
- deleteResourcesByTag(String, Map) - Method in class com.cloudinary.Api
-
- deleteStreamingProfile(String, Map) - Method in class com.cloudinary.Api
-
Delete a streaming profile information.
- deleteStreamingProfile(String) - Method in class com.cloudinary.Api
-
- deleteSubAccount(String) - Method in class com.cloudinary.provisioning.Account
-
Deletes the sub-account.
- deleteSubAccount(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Deletes the sub-account.
- deleteTransformation(String, Map) - Method in class com.cloudinary.Api
-
- deleteUploadMapping(String, Map) - Method in class com.cloudinary.Api
-
- deleteUploadPreset(String, Map) - Method in class com.cloudinary.Api
-
- deleteUser(String) - Method in class com.cloudinary.provisioning.Account
-
Delete a user.
- deleteUser(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Delete a user.
- deleteUserGroup(String) - Method in class com.cloudinary.provisioning.Account
-
Delete a user group
- deleteUserGroup(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Delete a user group
- density(Object) - Method in class com.cloudinary.Transformation
-
- deserialize(String) - Static method in class com.cloudinary.utils.ObjectUtils
-
- destroy(String, Map) - Method in class com.cloudinary.Uploader
-
- div(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- div() - Method in class com.cloudinary.transformation.BaseExpression
-
- doubleToString(double) - Static method in class org.cloudinary.json.JSONObject
-
Produce a string from a double.
- downloadArchive(Map<String, Object>, String) - Method in class com.cloudinary.Cloudinary
-
- downloadArchive(ArchiveParams) - Method in class com.cloudinary.Cloudinary
-
- downloadFolder(String, Map) - Method in class com.cloudinary.Cloudinary
-
Generates URL for executing "Download Folder" operation on Cloudinary site.
- downloadGeneratedSprite(String, Map) - Method in class com.cloudinary.Cloudinary
-
- downloadGeneratedSprite(String[], Map) - Method in class com.cloudinary.Cloudinary
-
- downloadMulti(String, Map) - Method in class com.cloudinary.Cloudinary
-
- downloadMulti(String[], Map) - Method in class com.cloudinary.Cloudinary
-
- downloadZip(Map<String, Object>) - Method in class com.cloudinary.Cloudinary
-
- dpr(float) - Method in class com.cloudinary.Transformation
-
- dpr(int) - Method in class com.cloudinary.Transformation
-
- dpr(String) - Method in class com.cloudinary.Transformation
-
- duration(long) - Method in class com.cloudinary.AuthToken
-
The duration of the token in seconds.
- duration(String, Object) - Method in class com.cloudinary.transformation.Condition
-
- duration(String) - Method in class com.cloudinary.Transformation
-
- duration(float) - Method in class com.cloudinary.Transformation
-
- duration(double) - Method in class com.cloudinary.Transformation
-
- durationPercent(float) - Method in class com.cloudinary.Transformation
-
- durationPercent(double) - Method in class com.cloudinary.Transformation
-
- EagerTransformation - Class in com.cloudinary
-
- EagerTransformation(List<Map>) - Constructor for class com.cloudinary.EagerTransformation
-
- EagerTransformation() - Constructor for class com.cloudinary.EagerTransformation
-
- effect(String) - Method in class com.cloudinary.Transformation
-
- effect(String, Object) - Method in class com.cloudinary.Transformation
-
- EMPTY - Static variable in class com.cloudinary.utils.StringUtils
-
- emptyIfNull(String) - Static method in class com.cloudinary.utils.StringUtils
-
Returns empty string value when passed string value is null or empty, the passed string itself otherwise.
- emptyMap() - Static method in class com.cloudinary.utils.ObjectUtils
-
- encode(String) - Static method in class com.cloudinary.SmartUrlEncoder
-
- encode(byte[]) - Static method in class com.cloudinary.utils.Base64Coder
-
Encodes a byte array into Base64 format.
- encode(byte[], int) - Static method in class com.cloudinary.utils.Base64Coder
-
Encodes a byte array into Base64 format.
- encode(byte[], int, int) - Static method in class com.cloudinary.utils.Base64Coder
-
Encodes a byte array into Base64 format.
- encodeAccessControl(Object) - Static method in class com.cloudinary.Util
-
- encodeContext(Object) - Static method in class com.cloudinary.Util
-
- encodeHexString(byte[]) - Static method in class com.cloudinary.utils.StringUtils
-
Convert an array of bytes to a string of hex values
- encodeLines(byte[]) - Static method in class com.cloudinary.utils.Base64Coder
-
Encodes a byte array into Base 64 format and breaks the output into lines
of 76 characters.
- encodeLines(byte[], int, int, int, String) - Static method in class com.cloudinary.utils.Base64Coder
-
Encodes a byte array into Base 64 format and breaks the output into
lines.
- encodeMap(Object) - Static method in class com.cloudinary.utils.ObjectUtils
-
- encodeString(String) - Static method in class com.cloudinary.utils.Base64Coder
-
Encodes a string into Base64 format.
- encodeURLSafeString(String) - Static method in class com.cloudinary.utils.Base64Coder
-
- encodeURLSafeString(byte[]) - Static method in class com.cloudinary.utils.Base64Coder
-
- end() - Method in class org.cloudinary.json.JSONTokener
-
- endIf() - Method in class com.cloudinary.Transformation
-
- endOffset(String) - Method in class com.cloudinary.Transformation
-
- endOffset(float) - Method in class com.cloudinary.Transformation
-
- endOffset(double) - Method in class com.cloudinary.Transformation
-
- endOffsetPercent(float) - Method in class com.cloudinary.Transformation
-
- endOffsetPercent(double) - Method in class com.cloudinary.Transformation
-
- Entry(String, String) - Constructor for class com.cloudinary.metadata.MetadataDataSource.Entry
-
- Entry(String) - Constructor for class com.cloudinary.metadata.MetadataDataSource.Entry
-
Create a new entry with a string value.
- EnumMetadataField - Class in com.cloudinary.metadata
-
Represents a metadata field with 'Enum' type.
- eq(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- eq() - Method in class com.cloudinary.transformation.BaseExpression
-
- equals(Object) - Method in class com.cloudinary.AuthToken
-
- EQUALS - Static variable in class com.cloudinary.metadata.MetadataValidation
-
- escape(String) - Static method in class com.cloudinary.utils.HtmlEscape
-
Normal escape function, for Html escaping Strings
- escapeBr(String) - Static method in class com.cloudinary.utils.HtmlEscape
-
- escapeHtml(String) - Static method in class com.cloudinary.utils.StringUtils
-
Method for html escaping a String
- escapeSpecial(String) - Static method in class com.cloudinary.utils.HtmlEscape
-
- escapeTags(String) - Static method in class com.cloudinary.utils.HtmlEscape
-
- escapeTextArea(String) - Static method in class com.cloudinary.utils.HtmlEscape
-
Method for html escaping a String, for use in a textarea
- execute() - Method in class com.cloudinary.Search
-
- exists(List<String>) - Method in class com.cloudinary.strategies.StrategyLoader
-
- expiration(long) - Method in class com.cloudinary.AuthToken
-
Set the end time (expiration) of the token
- expiresAt(Long) - Method in class com.cloudinary.ArchiveParams
-
- expiresAt() - Method in class com.cloudinary.ArchiveParams
-
- explicit(String, Map) - Method in class com.cloudinary.Uploader
-
- explode(String, Map) - Method in class com.cloudinary.Uploader
-
- expression(String) - Method in class com.cloudinary.Search
-
- Expression - Class in com.cloudinary.transformation
-
Represents a transformation parameter expression.
- Expression() - Constructor for class com.cloudinary.transformation.Expression
-
- Expression(String) - Constructor for class com.cloudinary.transformation.Expression
-
- expressions - Variable in class com.cloudinary.transformation.BaseExpression
-
- EXTERNAL_ID - Static variable in class com.cloudinary.metadata.MetadataField
-
- 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
-
- 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.
- getAlgorithmId() - Method in enum com.cloudinary.SignatureAlgorithm
-
- getAuthorizationHeaderValue(String, String, String) - Method in class com.cloudinary.strategies.AbstractApiStrategy
-
- 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
-
- getDataSource() - Method in class com.cloudinary.metadata.MetadataField
-
Get the data source definition of this field.
- getDefaultValue() - Method in class com.cloudinary.metadata.DateMetadataField
-
Get the default value of this date field.
- getDefaultValue() - Method in class com.cloudinary.metadata.MetadataField
-
Gets the default value of this field.
- 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.
- getExternalId() - Method in class com.cloudinary.metadata.MetadataDataSource.Entry
-
Get the id of the entry.
- getExternalId() - Method in class com.cloudinary.metadata.MetadataField
-
Get the id of the field.
- 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.
- getLabel() - Method in class com.cloudinary.metadata.MetadataField
-
Get the label of the field
- 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
-
- getStrategy() - Method in class com.cloudinary.Api
-
- 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.metadata.MetadataField
-
The type of the field.
- getType() - Method in class com.cloudinary.StoredFile
-
- getUploadUrl(Map) - Method in class com.cloudinary.Uploader
-
- getUserAgent() - Method in class com.cloudinary.Cloudinary
-
- getUTF8Bytes(String) - Static method in class com.cloudinary.Util
-
Encodes passed string value into a sequence of bytes using the UTF-8 charset.
- getValidation() - Method in class com.cloudinary.metadata.MetadataField
-
Get the validation rules of this field.
- getValue() - Method in class com.cloudinary.metadata.MetadataDataSource.Entry
-
Get the value of the entry.
- getVersion() - Method in class com.cloudinary.StoredFile
-
- gravity(String) - Method in class com.cloudinary.Transformation
-
- GREATER_THAN - Static variable in class com.cloudinary.metadata.MetadataValidation
-
- 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
-
- ifCondition() - Method in class com.cloudinary.Transformation
-
Start defining a condition, which will be completed with a call
Condition.then()
- ifCondition(String) - Method in class com.cloudinary.Transformation
-
Define a conditional transformation defined by the condition string
- ifCondition(Expression) - Method in class com.cloudinary.Transformation
-
Define a conditional transformation
- ifCondition(Condition) - Method in class com.cloudinary.Transformation
-
Define a conditional transformation
- ifElse() - Method in class com.cloudinary.Transformation
-
- imageTag(String) - Method in class com.cloudinary.Url
-
- imageTag(Map<String, String>) - Method in class com.cloudinary.Url
-
- imageTag(String, Map<String, String>) - Method in class com.cloudinary.Url
-
- imageUploadTag(String, Map, Map<String, Object>) - Method in class com.cloudinary.Uploader
-
- increment(String) - Method in class org.cloudinary.json.JSONObject
-
Increment a property of a JSONObject.
- init(Api) - Method in class com.cloudinary.strategies.AbstractApiStrategy
-
- init(Uploader) - Method in class com.cloudinary.strategies.AbstractUploaderStrategy
-
- initialAspectRatio() - Static method in class com.cloudinary.transformation.Expression
-
- initialDuration(String, Object) - Method in class com.cloudinary.transformation.Condition
-
- initialHeight() - Static method in class com.cloudinary.transformation.Expression
-
- initialWidth() - Static method in class com.cloudinary.transformation.Expression
-
- IntGreaterThan(Integer) - Constructor for class com.cloudinary.metadata.MetadataValidation.IntGreaterThan
-
Create a new rule with the given integer.
- IntGreaterThan(Integer, Boolean) - Constructor for class com.cloudinary.metadata.MetadataValidation.IntGreaterThan
-
Create a new rule with the given integer.
- IntLessThan(Integer) - Constructor for class com.cloudinary.metadata.MetadataValidation.IntLessThan
-
Create a new rule with the given integer.
- IntLessThan(Integer, Boolean) - Constructor for class com.cloudinary.metadata.MetadataValidation.IntLessThan
-
Create a new rule with the given integer.
- IntMetadataField - Class in com.cloudinary.metadata
-
Represents a metadata field with 'Int' type.
- IntMetadataField() - Constructor for class com.cloudinary.metadata.IntMetadataField
-
- ip(String) - Method in class com.cloudinary.AuthToken
-
Set the ip of the client
- isAllowMissing() - Method in class com.cloudinary.ArchiveParams
-
- isAsync() - Method in class com.cloudinary.ArchiveParams
-
- isBlank(String) - Static method in class com.cloudinary.utils.StringUtils
-
Verify that the input is an empty string or contains only whitespace characters.
see Character.isWhitespace(char)
- isCreateDerived() - Method in class com.cloudinary.ResponsiveBreakpoint
-
- isEmpty(String) - Static method in class com.cloudinary.utils.StringUtils
-
Verify that the input has no characters
- isFlattenFolders() - Method in class com.cloudinary.ArchiveParams
-
- isFlattenTransformations() - Method in class com.cloudinary.ArchiveParams
-
- isHiDPI() - Method in class com.cloudinary.Transformation
-
- isHttpUrl(String) - Static method in class com.cloudinary.utils.StringUtils
-
Check if the given string starts with http:// or https://
- isKeepDerived() - Method in class com.cloudinary.ArchiveParams
-
- isMandatory() - Method in class com.cloudinary.metadata.MetadataField
-
Cehcks whether the field is mandatory.
- isNotBlank(Object) - Static method in class com.cloudinary.utils.StringUtils
-
Verify that the input has non whitespace characters in it
- isNotBlank(String) - Static method in class com.cloudinary.utils.StringUtils
-
Verify that the input has non whitespace characters in it
- isNull(int) - Method in class org.cloudinary.json.JSONArray
-
Determine if the value is null.
- isNull(String) - Method in class org.cloudinary.json.JSONObject
-
Determine if the value associated with the key is null or if there is no
value.
- isRemoteUrl(String) - Static method in class com.cloudinary.utils.StringUtils
-
- isResponsive - Variable in class com.cloudinary.Transformation
-
- isResponsive() - Method in class com.cloudinary.Transformation
-
- isSkipTransformationName() - Method in class com.cloudinary.ArchiveParams
-
- isUseOriginalFilename() - Method in class com.cloudinary.ArchiveParams
-
- isVariable(String) - Static method in class com.cloudinary.utils.StringUtils
-
Checks whether the String fits the template for a transformation variable - $[a-zA-Z][a-zA-Z0-9]+
e.g.
- 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.
- MANDATORY - Static variable in class com.cloudinary.metadata.MetadataField
-
- MAX - Static variable in class com.cloudinary.metadata.MetadataValidation
-
- maxImages() - Method in class com.cloudinary.ResponsiveBreakpoint
-
- maxImages(Integer) - Method in class com.cloudinary.ResponsiveBreakpoint
-
- maxResults(Integer) - Method in class com.cloudinary.Search
-
- maxWidth() - Method in class com.cloudinary.ResponsiveBreakpoint
-
- maxWidth(int) - Method in class com.cloudinary.ResponsiveBreakpoint
-
- merge(AuthToken) - Method in class com.cloudinary.AuthToken
-
Merge this token with another, creating a new token.
- mergeSlashesInUrl(String) - Static method in class com.cloudinary.utils.StringUtils
-
Merges all occurrences of multiple slashes into a single slash (e.g.
- mergeToSingleUnderscore(String) - Static method in class com.cloudinary.utils.StringUtils
-
Merge all consecutive underscores and spaces into a single underscore, e.g.
- MetadataDataSource - Class in com.cloudinary.metadata
-
Represent a data source for a given field.
- MetadataDataSource(List<MetadataDataSource.Entry>) - Constructor for class com.cloudinary.metadata.MetadataDataSource
-
Creates a new instance of data source with the given list of entries.
- MetadataDataSource.Entry - Class in com.cloudinary.metadata
-
Represents a single entry in a datasource definition for a field.
- MetadataField<T> - Class in com.cloudinary.metadata
-
Represents a single metadata field.
- MetadataField(MetadataFieldType) - Constructor for class com.cloudinary.metadata.MetadataField
-
- MetadataField(String) - Constructor for class com.cloudinary.metadata.MetadataField
-
- metadataFieldByFieldId(String) - Method in class com.cloudinary.Api
-
Get a metadata field definition by id
- MetadataFieldType - Enum in com.cloudinary.metadata
-
Enum represneting all the valid field types.
- MetadataValidation - Class in com.cloudinary.metadata
-
Represents the base class for metadata fields validation mechanisms.
- MetadataValidation() - Constructor for class com.cloudinary.metadata.MetadataValidation
-
- MetadataValidation.AndValidator - Class in com.cloudinary.metadata
-
An 'And' rule validation used to combine other rules with an 'AND' logic relation between them.
- MetadataValidation.ComparisonRule<T> - Class in com.cloudinary.metadata
-
Base class for all comparison (greater than/less than) validation rules.
- MetadataValidation.DateGreaterThan - Class in com.cloudinary.metadata
-
Great-than rule for dates.
- MetadataValidation.DateLessThan - Class in com.cloudinary.metadata
-
Less-than rule for dates.
- MetadataValidation.IntGreaterThan - Class in com.cloudinary.metadata
-
Great-than rule for integers.
- MetadataValidation.IntLessThan - Class in com.cloudinary.metadata
-
Less-than rule for integers.
- MetadataValidation.StringLength - Class in com.cloudinary.metadata
-
A validator to validate string lengths
- MIN - Static variable in class com.cloudinary.metadata.MetadataValidation
-
- minWidth() - Method in class com.cloudinary.ResponsiveBreakpoint
-
- minWidth(Integer) - Method in class com.cloudinary.ResponsiveBreakpoint
-
- mode() - Method in class com.cloudinary.ArchiveParams
-
- mode(String) - Method in class com.cloudinary.ArchiveParams
-
- MODE_CREATE - Static variable in class com.cloudinary.ArchiveParams
-
- MODE_DOWNLOAD - Static variable in class com.cloudinary.ArchiveParams
-
- more() - Method in class org.cloudinary.json.JSONTokener
-
Determine if the source string still contains characters that next()
can consume.
- multi(String[], Map) - Method in class com.cloudinary.Uploader
-
- multi(String, Map) - Method in class com.cloudinary.Uploader
-
- multiple(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- 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
-
- NotificationRequestSignatureVerifier - Class in com.cloudinary.api.signing
-
The NotificationRequestSignatureVerifier class is responsible for verifying authenticity and integrity
of Cloudinary Upload notifications.
- NotificationRequestSignatureVerifier(String) - Constructor for class com.cloudinary.api.signing.NotificationRequestSignatureVerifier
-
Initializes new instance of NotificationRequestSignatureVerifier with secret key value.
- NotificationRequestSignatureVerifier(String, SignatureAlgorithm) - Constructor for class com.cloudinary.api.signing.NotificationRequestSignatureVerifier
-
Initializes new instance of NotificationRequestSignatureVerifier with secret key value.
- 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.
- oauthToken - Variable in class com.cloudinary.Configuration
-
- 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(Object) - 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
-
- pow(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- pow() - Method in class com.cloudinary.transformation.BaseExpression
-
Adds "to the power of" sub-expression to the end of the list of already present sub-expressions in this
expression instance.
- 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
-
- produceSignature(Map<String, Object>, String) - Static method in class com.cloudinary.Util
-
Calculates signature, or hashed message authentication code (HMAC) of provided parameters name-value pairs and
secret value using default hashing algorithm (SHA1).
- produceSignature(Map<String, Object>, String, SignatureAlgorithm) - Static method in class com.cloudinary.Util
-
Calculates signature, or hashed message authentication code (HMAC) of provided parameters name-value pairs and
secret value using specified hashing algorithm.
- ProgressCallback - Interface in com.cloudinary
-
Defines a callback for network operations.
- properties - Variable in class com.cloudinary.Configuration
-
- PROVISIONING - Static variable in class com.cloudinary.provisioning.Account
-
- 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.
- putValue(T) - Method in class com.cloudinary.metadata.MetadataValidation.ComparisonRule
-
- putValue(Date) - Method in class com.cloudinary.metadata.MetadataValidation.DateGreaterThan
-
- putValue(Date) - Method in class com.cloudinary.metadata.MetadataValidation.DateLessThan
-
- 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.
- setDataSource(MetadataDataSource) - Method in class com.cloudinary.metadata.MetadataField
-
Set the datasource for the field.
- setDefaultDPR(Object) - Static method in class com.cloudinary.Transformation
-
- setDefaultIsResponsive(boolean) - Static method in class com.cloudinary.Transformation
-
- setDefaultValue(Date) - Method in class com.cloudinary.metadata.DateMetadataField
-
Sets the default date used for this field.
- setDefaultValue(T) - Method in class com.cloudinary.metadata.MetadataField
-
Set the default value of the field
- setExternalId(String) - Method in class com.cloudinary.metadata.MetadataDataSource.Entry
-
Set the id of the entry.
- setExternalId(String) - Method in class com.cloudinary.metadata.MetadataField
-
Set the id of the string (auto-generated if this is left blank).
- setForceVersion(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setFormat(String) - Method in class com.cloudinary.StoredFile
-
- setIsLongUrlSignature(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setLabel(String) - Method in class com.cloudinary.metadata.MetadataField
-
Sets the label of the field
- setLimit(long) - Method in class com.cloudinary.api.RateLimit
-
- setLoadStrategies(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setMandatory(Boolean) - Method in class com.cloudinary.metadata.MetadataField
-
Sets a boolean indicating whether this fields needs to be mandatory.
- SetMetadataField - Class in com.cloudinary.metadata
-
Represents a metadata field with 'Set' type.
- SetMetadataField() - Constructor for class com.cloudinary.metadata.SetMetadataField
-
- setOAuthToken(String) - 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
-
- setSignatureAlgorithm(SignatureAlgorithm) - Method in class com.cloudinary.Configuration.Builder
-
- 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
-
- setUserAgent(String, String) - Method in class com.cloudinary.Cloudinary
-
Set the prefix and version for the user agent that will be sent with every API call
a userAgent is built from `prefix/version (additional data)`
- setUseRootPath(boolean) - Method in class com.cloudinary.Configuration.Builder
-
- setValidation(MetadataValidation) - Method in class com.cloudinary.metadata.MetadataField
-
Set the validation rules of this field.
- setValue(String) - Method in class com.cloudinary.metadata.MetadataDataSource.Entry
-
Set the value of the entry.
- 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
-
- signatureAlgorithm - Variable in class com.cloudinary.Configuration
-
- SignatureAlgorithm - Enum in com.cloudinary
-
Defines supported algorithms for generating/verifying hashed message authentication codes (HMAC).
- 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
-
- StringLength(Integer, Integer) - Constructor for class com.cloudinary.metadata.MetadataValidation.StringLength
-
Create a new instance with the given min and max.
- StringMetadataField - Class in com.cloudinary.metadata
-
Represents a metadata field with 'String' type.
- StringMetadataField() - Constructor for class com.cloudinary.metadata.StringMetadataField
-
- 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
-
- STRLEN - Static variable in class com.cloudinary.metadata.MetadataValidation
-
- 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
-
- subAccount(String) - Method in class com.cloudinary.provisioning.Account
-
Get details of a specific sub account
- subAccount(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Get details of a specific sub account
- subAccounts(Boolean, List<String>, String) - Method in class com.cloudinary.provisioning.Account
-
Get a list of sub accounts.
- subAccounts(Boolean, List<String>, String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Get a list of sub accounts.
- 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.
- tags(Map) - Method in class com.cloudinary.Api
-
- tags() - Method in class com.cloudinary.ArchiveParams
-
- tags(String[]) - Method in class com.cloudinary.ArchiveParams
-
- tags() - Static method in class com.cloudinary.transformation.Expression
-
- targetFormat() - Method in class com.cloudinary.ArchiveParams
-
- targetFormat(String) - Method in class com.cloudinary.ArchiveParams
-
- targetPublicId() - Method in class com.cloudinary.ArchiveParams
-
- targetPublicId(String) - Method in class com.cloudinary.ArchiveParams
-
- targetTags() - Method in class com.cloudinary.ArchiveParams
-
- targetTags(String[]) - Method in class com.cloudinary.ArchiveParams
-
- testValidity(Object) - Static method in class org.cloudinary.json.JSONObject
-
Throw an exception if the object is a NaN or infinite number.
- text - Variable in class com.cloudinary.transformation.TextLayer
-
- text(String) - Method in class com.cloudinary.transformation.TextLayer
-
- text(String, Map) - Method in class com.cloudinary.Uploader
-
- textAlign - Variable in class com.cloudinary.transformation.TextLayer
-
- textAlign(String) - Method in class com.cloudinary.transformation.TextLayer
-
- textDecoration - Variable in class com.cloudinary.transformation.TextLayer
-
- textDecoration(String) - Method in class com.cloudinary.transformation.TextLayer
-
- TextLayer - Class in com.cloudinary.transformation
-
- TextLayer() - Constructor for class com.cloudinary.transformation.TextLayer
-
- TextLayerBuilder - Class in com.cloudinary.transformation
-
- TextLayerBuilder() - Constructor for class com.cloudinary.transformation.TextLayerBuilder
-
Deprecated.
- textStyle - Variable in class com.cloudinary.transformation.TextLayer
-
- textStyle(String) - Method in class com.cloudinary.transformation.TextLayer
-
Sets a text style identifier,
Note: If this is used, all other style attributes are ignored in favor of this identifier
- textStyle(Expression) - Method in class com.cloudinary.transformation.TextLayer
-
Sets a text style identifier using an expression.
- textStyleIdentifier() - Method in class com.cloudinary.transformation.TextLayer
-
- then() - Method in class com.cloudinary.transformation.Condition
-
Terminates the definition of the condition and continue with Transformation definition.
- timeout - Variable in class com.cloudinary.Configuration
-
- timestamp() - Static method in class com.cloudinary.Util
-
- toISO8601(Date) - Static method in class com.cloudinary.utils.ObjectUtils
-
Formats a Date as an ISO-8601 string representation.
- toISO8601DateOnly(Date) - Static method in class com.cloudinary.utils.ObjectUtils
-
- toJSON(Map<String, ? extends Object>) - Static method in class com.cloudinary.utils.ObjectUtils
-
- toJSONArray(JSONArray) - Method in class org.cloudinary.json.JSONObject
-
Produce a JSONArray containing the values of the members of this
JSONObject.
- toJSONObject(JSONArray) - Method in class org.cloudinary.json.JSONArray
-
Produce a JSONObject by combining a JSONArray of names with the values of
this JSONArray.
- toJSONString() - Method in interface org.cloudinary.json.JSONString
-
The toJSONString method allows a class to produce its own JSON
serialization.
- token() - Static method in class com.cloudinary.AccessControlRule
-
Construct a new token access rule
- tokenName(String) - Method in class com.cloudinary.AuthToken
-
Create a new AuthToken configuration overriding the default token name.
- toList(JSONArray) - Static method in class com.cloudinary.utils.ObjectUtils
-
- toList(Class<T>) - Method in class org.cloudinary.json.JSONArray
-
- toMap() - Method in class com.cloudinary.ArchiveParams
-
- toMap(JSONObject) - Static method in class com.cloudinary.utils.ObjectUtils
-
- toQuery() - Method in class com.cloudinary.Search
-
- toString() - Method in class com.cloudinary.BaseParam
-
- toString() - Method in class com.cloudinary.Coordinates
-
- toString() - Method in enum com.cloudinary.metadata.MetadataFieldType
-
- toString() - Method in enum com.cloudinary.provisioning.Account.Role
-
- toString() - Method in class com.cloudinary.transformation.AbstractLayer
-
- toString() - Method in class com.cloudinary.transformation.BaseExpression
-
- toString() - Method in class com.cloudinary.transformation.TextLayer
-
- toString() - Method in class com.cloudinary.Transformation
-
- toString() - Method in class org.cloudinary.json.JSONArray
-
Make a JSON text of this JSONArray.
- toString(int) - Method in class org.cloudinary.json.JSONArray
-
Make a prettyprinted JSON text of this JSONArray.
- toString() - Method in class org.cloudinary.json.JSONObject
-
Make a JSON text of this JSONObject.
- toString(int) - Method in class org.cloudinary.json.JSONObject
-
Make a prettyprinted JSON text of this JSONObject.
- toString() - Method in class org.cloudinary.json.JSONTokener
-
Make a printable string of this JSONTokener.
- toUsageApiDateFormat(Date) - Static method in class com.cloudinary.utils.ObjectUtils
-
- transformation(String, Map) - Method in class com.cloudinary.Api
-
- transformation() - Method in class com.cloudinary.ResponsiveBreakpoint
-
- transformation(Transformation) - Method in class com.cloudinary.ResponsiveBreakpoint
-
- Transformation<T extends Transformation> - Class in com.cloudinary
-
- Transformation(Transformation) - Constructor for class com.cloudinary.Transformation
-
- Transformation(List<Map>) - Constructor for class com.cloudinary.Transformation
-
- Transformation() - Constructor for class com.cloudinary.Transformation
-
- transformation - Variable in class com.cloudinary.Transformation
-
- transformation(Transformation) - Method in class com.cloudinary.Url
-
- transformation() - Method in class com.cloudinary.Url
-
- transformations(Map) - Method in class com.cloudinary.Api
-
- transformations() - Method in class com.cloudinary.ArchiveParams
-
- transformations(Transformation[]) - Method in class com.cloudinary.ArchiveParams
-
- transformations - Variable in class com.cloudinary.Transformation
-
- type() - Method in class com.cloudinary.ArchiveParams
-
- type(String) - Method in class com.cloudinary.ArchiveParams
-
- TYPE - Static variable in class com.cloudinary.metadata.MetadataField
-
- TYPE - Static variable in class com.cloudinary.metadata.MetadataValidation
-
- type - Variable in class com.cloudinary.StoredFile
-
- type - Variable in class com.cloudinary.transformation.AbstractLayer
-
- type(String) - Method in class com.cloudinary.transformation.AbstractLayer
-
- type(String) - Method in class com.cloudinary.transformation.FetchLayer
-
- type(String) - Method in class com.cloudinary.transformation.TextLayer
-
- type(String) - Method in class com.cloudinary.Url
-
- underlay(String) - Method in class com.cloudinary.Transformation
-
- underlay(AbstractLayer<?>) - Method in class com.cloudinary.Transformation
-
- underlaying() - Method in class com.cloudinary.Coordinates
-
- unsignedDownloadUrlPrefix(String, String, boolean, boolean, Boolean, String, boolean, String) - Method in class com.cloudinary.Url
-
- unsignedImageUploadTag(String, String, Map, Map<String, Object>) - Method in class com.cloudinary.Uploader
-
- unsignedUpload(Object, String, Map) - Method in class com.cloudinary.Uploader
-
- unsignedUpload(Object, String, Map, ProgressCallback) - Method in class com.cloudinary.Uploader
-
- update(String, Map) - Method in class com.cloudinary.Api
-
- update(Map) - Method in class com.cloudinary.Configuration
-
- updateMetadata(Map, String[], Map) - Method in class com.cloudinary.Uploader
-
Populates metadata fields with the given values.
- updateMetadataField(String, MetadataField) - Method in class com.cloudinary.Api
-
Update the definitions of a single metadata field.
- updateMetadataFieldDatasource(String, List<MetadataDataSource.Entry>) - Method in class com.cloudinary.Api
-
Update the datasource entries for a given field
- updateResourcesAccessModeByIds(String, Iterable<String>, Map) - Method in class com.cloudinary.Api
-
Update access mode of one or more resources by publicIds
- updateResourcesAccessModeByPrefix(String, String, Map) - Method in class com.cloudinary.Api
-
Update access mode of one or more resources by prefix
- updateResourcesAccessModeByTag(String, String, Map) - Method in class com.cloudinary.Api
-
Update access mode of one or more resources by tag
- updateStreamingProfile(String, String, List<Map>, Map) - Method in class com.cloudinary.Api
-
Create a new streaming profile
- updateStreamingProfile(String, String, List<Map>) - Method in class com.cloudinary.Api
-
- updateSubAccount(String, String, String, Map<String, String>, Boolean) - Method in class com.cloudinary.provisioning.Account
-
- updateSubAccount(String, String, String, Map<String, String>, Boolean, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
- updateTransformation(String, Map, Map) - Method in class com.cloudinary.Api
-
- updateUploadMapping(String, Map) - Method in class com.cloudinary.Api
-
- updateUploadPreset(String, Map) - Method in class com.cloudinary.Api
-
- updateUser(String, String, String, Account.Role, List<String>) - Method in class com.cloudinary.provisioning.Account
-
Update an existing user.
- updateUser(String, String, String, Account.Role, List<String>, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Update an existing user.
- updateUserGroup(String, String) - Method in class com.cloudinary.provisioning.Account
-
Update an existing user group
- updateUserGroup(String, String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Update an existing user group
- upload(Object, Map) - Method in class com.cloudinary.Uploader
-
- upload(Object, Map, ProgressCallback) - Method in class com.cloudinary.Uploader
-
- uploader() - Method in class com.cloudinary.Cloudinary
-
- uploader - Variable in class com.cloudinary.strategies.AbstractUploaderStrategy
-
- Uploader - Class in com.cloudinary
-
- Uploader(Cloudinary, AbstractUploaderStrategy) - Constructor for class com.cloudinary.Uploader
-
- uploadLarge(Object, Map) - Method in class com.cloudinary.Uploader
-
- uploadLarge(Object, Map, ProgressCallback) - Method in class com.cloudinary.Uploader
-
- uploadLarge(Object, Map, int) - Method in class com.cloudinary.Uploader
-
- uploadLarge(Object, Map, int, ProgressCallback) - Method in class com.cloudinary.Uploader
-
- uploadLarge(Object, Map, int, long, String, ProgressCallback) - Method in class com.cloudinary.Uploader
-
- uploadLargeRaw(Object, Map) - Method in class com.cloudinary.Uploader
-
- uploadLargeRaw(Object, Map, ProgressCallback) - Method in class com.cloudinary.Uploader
-
- uploadLargeRaw(Object, Map, int) - Method in class com.cloudinary.Uploader
-
- uploadLargeRaw(Object, Map, int, ProgressCallback) - Method in class com.cloudinary.Uploader
-
- uploadMapping(String, Map) - Method in class com.cloudinary.Api
-
- uploadMappings(Map) - Method in class com.cloudinary.Api
-
- uploadPrefix - Variable in class com.cloudinary.Configuration
-
- uploadPreset(String, Map) - Method in class com.cloudinary.Api
-
- uploadPresets(Map) - Method in class com.cloudinary.Api
-
- uploadTagParams(Map) - Method in class com.cloudinary.Uploader
-
- url() - Method in class com.cloudinary.Cloudinary
-
- url(String) - Method in class com.cloudinary.transformation.FetchLayer
-
- Url - Class in com.cloudinary
-
- Url(Cloudinary) - Constructor for class com.cloudinary.Url
-
- urlEncode(String, Pattern, Charset) - Static method in class com.cloudinary.utils.StringUtils
-
Replaces the unsafe characters in url with url-encoded values.
- usage(Map) - Method in class com.cloudinary.Api
-
- useOriginalFilename(boolean) - Method in class com.cloudinary.ArchiveParams
-
- user(String) - Method in class com.cloudinary.provisioning.Account
-
Get details of a specific user.
- user(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Get details of a specific user.
- USER_AGENT - Static variable in class com.cloudinary.Configuration
-
- USER_AGENT_JAVA_VERSION - Static variable in class com.cloudinary.Cloudinary
-
- USER_GROUPS - Static variable in class com.cloudinary.provisioning.Account
-
- userGroup(String) - Method in class com.cloudinary.provisioning.Account
-
Get details of a group.
- userGroup(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Get details of a group.
- userGroups() - Method in class com.cloudinary.provisioning.Account
-
Gets a list of all the user groups.
- userGroups(Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Gets a list of all the user groups.
- userGroupUsers(String) - Method in class com.cloudinary.provisioning.Account
-
Lists the users belonging to this user group.
- userGroupUsers(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Lists the users belonging to this user group.
- useRootPath - Variable in class com.cloudinary.Configuration
-
- useRootPath(boolean) - Method in class com.cloudinary.Url
-
- USERS - Static variable in class com.cloudinary.provisioning.Account
-
- users(Boolean, List<String>, String, String) - Method in class com.cloudinary.provisioning.Account
-
Get a list of the users according to filters.
- users(Boolean, List<String>, String, String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
-
Get a list of the users according to filters.
- Util - Class in com.cloudinary
-
- Util() - Constructor for class com.cloudinary.Util
-
- validateAuthorization(String, String, String) - Method in class com.cloudinary.strategies.AbstractApiStrategy
-
- VALIDATION - Static variable in class com.cloudinary.metadata.MetadataField
-
- VALUE - Static variable in class com.cloudinary.metadata.MetadataValidation
-
- value(Object) - Method in class com.cloudinary.transformation.BaseExpression
-
- valueOf(String) - Static method in enum com.cloudinary.AccessControlRule.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cloudinary.Api.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cloudinary.metadata.MetadataFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cloudinary.provisioning.Account.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.cloudinary.SignatureAlgorithm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.cloudinary.AccessControlRule.AccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cloudinary.Api.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cloudinary.metadata.MetadataFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cloudinary.provisioning.Account.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.cloudinary.SignatureAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueToString(Object) - Static method in class org.cloudinary.json.JSONObject
-
Make a JSON text of an Object value.
- VAR_NAME_RE - Static variable in class com.cloudinary.Transformation
-
- variable(String, Object) - Static method in class com.cloudinary.transformation.Expression
-
- variable(String, Object) - Method in class com.cloudinary.Transformation
-
Add a variable assignment.
- variables(Expression...) - Method in class com.cloudinary.Transformation
-
Add a sequence of variable assignments.
- verifyApiResponseSignature(String, String, String) - Method in class com.cloudinary.Cloudinary
-
Verifies that Cloudinary API response is genuine by checking its signature.
- verifyNotificationSignature(String, String, String, long) - Method in class com.cloudinary.Cloudinary
-
Verifies that Cloudinary notification request is genuine by checking its signature.
- verifySignature(String, String, String) - Method in class com.cloudinary.api.signing.ApiResponseSignatureVerifier
-
Checks whether particular Cloudinary Upload API response signature matches expected signature.
- verifySignature(String, String, String) - Method in class com.cloudinary.api.signing.NotificationRequestSignatureVerifier
-
Verifies signature of Cloudinary Upload notification.
- verifySignature(String, String, String, long) - Method in class com.cloudinary.api.signing.NotificationRequestSignatureVerifier
-
Verifies signature of Cloudinary Upload notification.
- VERSION - Static variable in class com.cloudinary.Cloudinary
-
- VERSION - Static variable in class com.cloudinary.Configuration
-
- version - Variable in class com.cloudinary.StoredFile
-
- version(Object) - Method in class com.cloudinary.Url
-
- videoCodec(String) - Method in class com.cloudinary.Transformation
-
- videoCodec(Map<String, String>) - Method in class com.cloudinary.Transformation
-
- videoSampling(String) - Method in class com.cloudinary.Transformation
-
- videoSamplingFrames(int) - Method in class com.cloudinary.Transformation
-
- videoSamplingSeconds(Number) - Method in class com.cloudinary.Transformation
-
- videoSamplingSeconds(int) - Method in class com.cloudinary.Transformation
-
- videoSamplingSeconds(float) - Method in class com.cloudinary.Transformation
-
- videoSamplingSeconds(double) - Method in class com.cloudinary.Transformation
-
- videoTag() - Method in class com.cloudinary.Url
-
- videoTag(String) - Method in class com.cloudinary.Url
-
- videoTag(Map<String, String>) - Method in class com.cloudinary.Url
-
- videoTag(String, Map<String, String>) - Method in class com.cloudinary.Url
-