A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

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() - Method in class com.cloudinary.transformation.BaseExpression
 
add(Object) - Method in class com.cloudinary.transformation.BaseExpression
 
addContext(String, String[], Map) - Method in class com.cloudinary.Uploader
Add a context keys and values.
addContext(Map, 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.
ADMIN - com.cloudinary.provisioning.Account.Role
 
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() - Method in class com.cloudinary.transformation.BaseExpression
 
and(Object) - Method in class com.cloudinary.transformation.BaseExpression
 
AND - Static variable in class com.cloudinary.metadata.MetadataValidation.AndValidator
 
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 - com.cloudinary.AccessControlRule.AccessType
 
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 - Variable in class com.cloudinary.strategies.AbstractApiStrategy
 
api() - Method in class com.cloudinary.Cloudinary
 
Api - Class in com.cloudinary
 
Api(Cloudinary, AbstractApiStrategy) - Constructor for class com.cloudinary.Api
 
API_STRATEGIES - Static variable in class com.cloudinary.Cloudinary
 
Api.HttpMethod - Enum in com.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
 
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) - Static method in class com.cloudinary.utils.ObjectUtils
 
asBoolean(Object, Boolean) - 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() - Method in class com.cloudinary.Configuration
 
asMap(Object...) - Static method in class com.cloudinary.Cloudinary
Deprecated.
asMap(Object...) - Static method in class com.cloudinary.utils.ObjectUtils
 
aspectRatio() - Static method in class com.cloudinary.transformation.Expression
 
aspectRatio(double) - Method in class com.cloudinary.Transformation
 
aspectRatio(int, int) - Method in class com.cloudinary.Transformation
 
aspectRatio(String) - Method in class com.cloudinary.Transformation
 
aspectRatio(String, Object) - Method in class com.cloudinary.transformation.Condition
 
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(int) - Method in class com.cloudinary.Transformation
 
audioFrequency(String) - Method in class com.cloudinary.Transformation
 
AuthorizationRequired - Exception in com.cloudinary.api
 
AuthorizationRequired(String) - Constructor for exception com.cloudinary.api.AuthorizationRequired
 
authToken - Variable in class com.cloudinary.Configuration
 
authToken(AuthToken) - Method in class com.cloudinary.Url
Set the authorization token.
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.

B

back() - Method in class org.cloudinary.json.JSONTokener
Back up one character.
background(String) - Method in class com.cloudinary.Transformation
 
BadRequest - Exception in com.cloudinary.api.exceptions
 
BadRequest(String) - Constructor for exception com.cloudinary.api.exceptions.BadRequest
 
Base64Coder - Class in com.cloudinary.utils
A Base64 encoder/decoder.
BaseExpression<T extends BaseExpression> - Class in com.cloudinary.transformation
Defines an expression used in transformation parameter values
BaseExpression() - Constructor for class com.cloudinary.transformation.BaseExpression
 
BaseParam - Class in com.cloudinary
 
BaseParam(String...) - Constructor for class com.cloudinary.BaseParam
 
BaseParam(List<String>) - Constructor for class com.cloudinary.BaseParam
 
BILLING - com.cloudinary.provisioning.Account.Role
 
bitRate(int) - Method in class com.cloudinary.Transformation
 
bitRate(String) - Method in class com.cloudinary.Transformation
 
border(int, String) - Method in class com.cloudinary.Transformation
 
border(String) - Method in class com.cloudinary.Transformation
 
BUFFER_SIZE - Static variable in class com.cloudinary.Uploader
 
build() - Method in class com.cloudinary.Configuration.Builder
Creates a Configuration with the arguments supplied to this builder
buildArchiveParams(Map, String) - Static method in class com.cloudinary.Util
 
buildCustomHeaders(Object) - Static method in class com.cloudinary.Util
 
buildEager(List<? extends Transformation>) - Static method in class com.cloudinary.Util
 
Builder() - Constructor for class com.cloudinary.Configuration.Builder
 
buildUploadParams(Map) - Method in class com.cloudinary.Uploader
 
buildUploadParams(Map) - Static method in class com.cloudinary.Util
 
buildUploadUrl(String, Map) - Method in class com.cloudinary.strategies.AbstractUploaderStrategy
 
bytesStep() - Method in class com.cloudinary.ResponsiveBreakpoint
 
bytesStep(Integer) - Method in class com.cloudinary.ResponsiveBreakpoint
 

C

callAccountApi(Api.HttpMethod, Iterable<String>, Map<String, ? extends Object>, Map) - Method in class com.cloudinary.strategies.AbstractApiStrategy
 
callApi(Api.HttpMethod, Iterable<String>, Map<String, ? extends Object>, Map) - Method in class com.cloudinary.Api
 
callApi(Api.HttpMethod, Iterable<String>, Map<String, ? extends Object>, Map) - Method in class com.cloudinary.strategies.AbstractApiStrategy
 
callApi(String, Map<String, Object>, Map, Object) - Method in class com.cloudinary.strategies.AbstractUploaderStrategy
 
callApi(String, Map<String, Object>, Map, Object) - Method in class com.cloudinary.Uploader
 
callApi(String, Map<String, Object>, Map, Object, ProgressCallback) - Method in class com.cloudinary.strategies.AbstractUploaderStrategy
 
callApi(String, Map<String, Object>, Map, Object, ProgressCallback) - Method in class com.cloudinary.Uploader
 
callback - Variable in class com.cloudinary.Configuration
 
callContextApi(String, String, String[], Map) - Method in class com.cloudinary.Uploader
 
callContextApi(Map, String, String[], Map) - Method in class com.cloudinary.Uploader
 
callTagsApi(String, String, String[], Map) - Method in class com.cloudinary.Uploader
 
cdnSubdomain - Variable in class com.cloudinary.Configuration
 
cdnSubdomain(boolean) - Method in class com.cloudinary.Url
 
CF_SHARED_CDN - Static variable in class com.cloudinary.Cloudinary
 
CF_SHARED_CDN - Static variable in class com.cloudinary.Configuration
 
chain() - Method in class com.cloudinary.Transformation
 
chainWith(Transformation) - Method in class com.cloudinary.Transformation
 
clearEmpty(Map) - Static method in class com.cloudinary.Util
 
clientHints - Variable in class com.cloudinary.Configuration
 
clone() - Method in class com.cloudinary.transformation.BaseExpression
 
clone() - Method in class com.cloudinary.Url
 
cloudinary - Variable in class com.cloudinary.Api
 
cloudinary() - Method in class com.cloudinary.strategies.AbstractUploaderStrategy
 
cloudinary() - Method in class com.cloudinary.Uploader
 
Cloudinary - Class in com.cloudinary
 
Cloudinary() - Constructor for class com.cloudinary.Cloudinary
 
Cloudinary(String) - Constructor for class com.cloudinary.Cloudinary
 
Cloudinary(Map) - Constructor for class com.cloudinary.Cloudinary
 
CLOUDINARY_API_ERROR_CLASSES - Static variable in class com.cloudinary.Api
 
cloudinaryApiUrl(String, Map) - Method in class com.cloudinary.Cloudinary
 
cloudName - Variable in class com.cloudinary.Configuration
 
cloudName(String) - Method in class com.cloudinary.Url
 
cname - Variable in class com.cloudinary.Configuration
 
cname(String) - Method in class com.cloudinary.Url
 
color(String) - Method in class com.cloudinary.Transformation
 
colorSpace(String) - Method in class com.cloudinary.Transformation
 
com.cloudinary - package com.cloudinary
 
com.cloudinary.api - package com.cloudinary.api
 
com.cloudinary.api.exceptions - package com.cloudinary.api.exceptions
 
com.cloudinary.metadata - package com.cloudinary.metadata
 
com.cloudinary.provisioning - package com.cloudinary.provisioning
 
com.cloudinary.strategies - package com.cloudinary.strategies
 
com.cloudinary.transformation - package com.cloudinary.transformation
 
com.cloudinary.utils - package com.cloudinary.utils
 
ComparisonRule(String, T) - Constructor for class com.cloudinary.metadata.MetadataValidation.ComparisonRule
 
ComparisonRule(String, T, Boolean) - Constructor for class com.cloudinary.metadata.MetadataValidation.ComparisonRule
 
Condition - Class in com.cloudinary.transformation
Represents a condition for Transformation.ifCondition()
Condition() - Constructor for class com.cloudinary.transformation.Condition
 
Condition(String) - Constructor for class com.cloudinary.transformation.Condition
Create a Condition Object.
config - Variable in class com.cloudinary.Cloudinary
 
Configuration - Class in com.cloudinary
Configuration object for a Cloudinary instance
Configuration() - Constructor for class com.cloudinary.Configuration
 
Configuration(Configuration) - Constructor for class com.cloudinary.Configuration
 
Configuration(Map) - Constructor for class com.cloudinary.Configuration
 
Configuration.Builder - Class in com.cloudinary
Build a new Configuration
Coordinates - Class in com.cloudinary
 
Coordinates() - Constructor for class com.cloudinary.Coordinates
 
Coordinates(int[]) - Constructor for class com.cloudinary.Coordinates
 
Coordinates(Rectangle) - Constructor for class com.cloudinary.Coordinates
 
Coordinates(String) - Constructor for class com.cloudinary.Coordinates
 
Coordinates(Collection<Rectangle>) - Constructor for class com.cloudinary.Coordinates
 
copy() - Method in class com.cloudinary.AuthToken
Create a copy of this AuthToken
createArchive(ArchiveParams) - Method in class com.cloudinary.Uploader
 
createArchive(Map, String) - Method in class com.cloudinary.Uploader
 
createDerived(boolean) - Method in class com.cloudinary.ResponsiveBreakpoint
 
createStreamingProfile(String, String, List<Map>) - Method in class com.cloudinary.Api
 
createStreamingProfile(String, String, List<Map>, Map) - Method in class com.cloudinary.Api
Create a new streaming profile
createSubAccount(String, String, Map, boolean, String) - Method in class com.cloudinary.provisioning.Account
 
createSubAccount(String, String, Map, boolean, String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
 
createTransformation(String, String, Map) - Method in class com.cloudinary.Api
 
createUploadMapping(String, Map) - Method in class com.cloudinary.Api
 
createUploadPreset(Map) - Method in class com.cloudinary.Api
 
createUser(String, String, Account.Role, List<String>) - Method in class com.cloudinary.provisioning.Account
Create a new user.
createUser(String, String, Account.Role, List<String>, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
Create a new user.
createUserGroup(String) - Method in class com.cloudinary.provisioning.Account
Create a new user group
createUserGroup(String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
Create a new user group
createZip(Map) - Method in class com.cloudinary.Uploader
 
crop(String) - Method in class com.cloudinary.Transformation
 
currentPage() - Static method in class com.cloudinary.transformation.Expression
 
customFunction(CustomFunction) - Method in class com.cloudinary.Transformation
Set a custom action, such as a call to a lambda function or a web-assembly function.
CustomFunction - Class in com.cloudinary
Helper class to generate a custom function params to be used in Transformation.customFunction(CustomFunction).
customPreFunction(CustomFunction) - Method in class com.cloudinary.Transformation
Set a custom pre-function, such as a call to a lambda function or a web-assembly function.

D

DATE - com.cloudinary.metadata.MetadataFieldType
 
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(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.
decode(String) - 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_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
 
DELETE - com.cloudinary.Api.HttpMethod
 
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) - Method in class com.cloudinary.Api
 
deleteStreamingProfile(String, Map) - Method in class com.cloudinary.Api
Delete a streaming profile information.
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() - Method in class com.cloudinary.transformation.BaseExpression
 
div(Object) - Method in class com.cloudinary.transformation.BaseExpression
 
doubleToString(double) - Static method in class org.cloudinary.json.JSONObject
Produce a string from a double.
downloadArchive(ArchiveParams) - Method in class com.cloudinary.Cloudinary
 
downloadArchive(Map<String, Object>, String) - 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(double) - Method in class com.cloudinary.Transformation
 
duration(float) - Method in class com.cloudinary.Transformation
 
duration(long) - Method in class com.cloudinary.AuthToken
The duration of the token in seconds.
duration(String) - Method in class com.cloudinary.Transformation
 
duration(String, Object) - Method in class com.cloudinary.transformation.Condition
 
durationPercent(double) - Method in class com.cloudinary.Transformation
 
durationPercent(float) - Method in class com.cloudinary.Transformation
 

E

EagerTransformation - Class in com.cloudinary
 
EagerTransformation() - Constructor for class com.cloudinary.EagerTransformation
 
EagerTransformation(List<Map>) - 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
 
emptyMap() - Static method in class com.cloudinary.utils.ObjectUtils
 
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.
encode(String) - Static method in class com.cloudinary.SmartUrlEncoder
 
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(byte[]) - Static method in class com.cloudinary.utils.Base64Coder
 
encodeURLSafeString(String) - Static method in class com.cloudinary.utils.Base64Coder
 
end() - Method in class org.cloudinary.json.JSONTokener
 
endIf() - Method in class com.cloudinary.Transformation
 
endOffset(double) - Method in class com.cloudinary.Transformation
 
endOffset(float) - Method in class com.cloudinary.Transformation
 
endOffset(String) - Method in class com.cloudinary.Transformation
 
endOffsetPercent(double) - Method in class com.cloudinary.Transformation
 
endOffsetPercent(float) - Method in class com.cloudinary.Transformation
 
Entry(String) - Constructor for class com.cloudinary.metadata.MetadataDataSource.Entry
Create a new entry with a string value.
Entry(String, String) - Constructor for class com.cloudinary.metadata.MetadataDataSource.Entry
 
ENUM - com.cloudinary.metadata.MetadataFieldType
 
EnumMetadataField - Class in com.cloudinary.metadata
Represents a metadata field with 'Enum' type.
eq() - Method in class com.cloudinary.transformation.BaseExpression
 
eq(Object) - 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() - Method in class com.cloudinary.ArchiveParams
 
expiresAt(Long) - 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
 

F

faceCount() - Static method in class com.cloudinary.transformation.Expression
 
faceCount(String, Object) - Method in class com.cloudinary.transformation.Condition
 
faces(String, Object) - Method in class com.cloudinary.transformation.Condition
Deprecated.
fallbackContent(String) - Method in class com.cloudinary.Url
 
fetchFormat(String) - Method in class com.cloudinary.Transformation
 
FetchLayer - Class in com.cloudinary.transformation
 
FetchLayer() - Constructor for class com.cloudinary.transformation.FetchLayer
 
finalizeResourceType(String, String, String, boolean, boolean) - Method in class com.cloudinary.Url
 
find(List<String>) - Static method in class com.cloudinary.strategies.StrategyLoader
 
flags(String...) - Method in class com.cloudinary.Transformation
 
flattenFolders(boolean) - Method in class com.cloudinary.ArchiveParams
 
flattenTransformations(boolean) - Method in class com.cloudinary.ArchiveParams
 
fontAntialiasing - Variable in class com.cloudinary.transformation.TextLayer
 
fontAntialiasing(String) - Method in class com.cloudinary.transformation.TextLayer
 
fontFamily - Variable in class com.cloudinary.transformation.TextLayer
 
fontFamily(String) - Method in class com.cloudinary.transformation.TextLayer
 
fontHinting - Variable in class com.cloudinary.transformation.TextLayer
 
fontHinting(String) - Method in class com.cloudinary.transformation.TextLayer
 
fontSize - Variable in class com.cloudinary.transformation.TextLayer
 
fontSize(int) - Method in class com.cloudinary.transformation.TextLayer
 
fontStyle - Variable in class com.cloudinary.transformation.TextLayer
 
fontStyle(String) - Method in class com.cloudinary.transformation.TextLayer
 
fontWeight - Variable in class com.cloudinary.transformation.TextLayer
 
fontWeight(String) - Method in class com.cloudinary.transformation.TextLayer
 
forceVersion - Variable in class com.cloudinary.Configuration
 
forceVersion(boolean) - Method in class com.cloudinary.Url
Indicates whether to add '/v1/' to the URL when the public ID includes folders and a 'version' value was not defined.
format - Variable in class com.cloudinary.EagerTransformation
 
format - Variable in class com.cloudinary.StoredFile
 
format - Variable in class com.cloudinary.transformation.AbstractLayer
 
format() - Method in class com.cloudinary.ResponsiveBreakpoint
 
format(String) - Method in class com.cloudinary.EagerTransformation
 
format(String) - Method in class com.cloudinary.ResponsiveBreakpoint
 
format(String) - Method in class com.cloudinary.transformation.AbstractLayer
 
format(String) - Method in class com.cloudinary.transformation.TextLayer
 
format(String) - Method in class com.cloudinary.Url
 
FORMAT_ZIP - Static variable in class com.cloudinary.ArchiveParams
 
formattedPublicId() - Method in class com.cloudinary.transformation.AbstractLayer
 
fps(double) - Method in class com.cloudinary.Transformation
fps (frames per second) parameter for video
fps(int) - Method in class com.cloudinary.Transformation
fps (frames per second) parameter for video
fps(Object, Object) - Method in class com.cloudinary.Transformation
fps (frames per second) parameter for video
fps(String) - Method in class com.cloudinary.Transformation
fps (frames per second) parameter for video
from(Configuration) - Method in class com.cloudinary.Configuration.Builder
Initialize builder from existing Configuration
from(Configuration) - Static method in class com.cloudinary.Configuration
Create a new Configuration from an existing one
from(String) - Static method in class com.cloudinary.Configuration
Create a Configuration from a cloudinary url
from(String) - Static method in class com.cloudinary.provisioning.AccountConfiguration
 
fromIdentifier(String) - Method in class com.cloudinary.Url
Parses a cloudinary identifier of the form:
[<resource_type>/][<image_type>/][v<version>/]<public_id>[.<format>][#<signature>]
fromISO8601(String) - Static method in class com.cloudinary.utils.ObjectUtils
 
fromISO8601DateOnly(String) - Static method in class com.cloudinary.utils.ObjectUtils
 

G

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() - Method in class com.cloudinary.Transformation
Serialize this transformation object as a string
generate() - Method in class com.cloudinary.Url
 
generate(Iterable<Map>) - Method in class com.cloudinary.EagerTransformation
 
generate(Iterable<Map>) - Method in class com.cloudinary.Transformation
 
generate(String) - Method in class com.cloudinary.AuthToken
Generate a URL token for the given URL.
generate(String) - Method in class com.cloudinary.Url
 
generate(Map) - Method in class com.cloudinary.EagerTransformation
 
generate(Map) - Method in class com.cloudinary.Transformation
 
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.
GET - com.cloudinary.Api.HttpMethod
 
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(Object) - Static method in class org.cloudinary.json.JSONObject
Get an array of field names from an Object.
getNames(JSONObject) - Static method in class org.cloudinary.json.JSONObject
Get an array of field names from a JSONObject.
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) - Method in class com.cloudinary.Api
 
getStreamingProfile(String, Map) - Method in class com.cloudinary.Api
Get a streaming profile information
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
 
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() - Method in class com.cloudinary.transformation.BaseExpression
 
gt(Object) - Method in class com.cloudinary.transformation.BaseExpression
 
gte() - Method in class com.cloudinary.transformation.BaseExpression
 
gte(Object) - Method in class com.cloudinary.transformation.BaseExpression
 

H

has(String) - Method in class org.cloudinary.json.JSONObject
Determine if the JSONObject contains a specific key.
hashCode() - Method in class com.cloudinary.AuthToken
 
hasVersionString(String) - Static method in class com.cloudinary.utils.StringUtils
Checks whether the url contains a versioning string (v + number, e.g.
height - Variable in class com.cloudinary.utils.Rectangle
 
height() - Static method in class com.cloudinary.transformation.Expression
 
height(Object) - Method in class com.cloudinary.Transformation
 
height(String, Object) - Method in class com.cloudinary.transformation.Condition
 
hexArray - Static variable in class com.cloudinary.utils.StringUtils
 
hexStringToByteArray(String) - Static method in class com.cloudinary.utils.StringUtils
Convert a string of hex values to an array of bytes
hiDPI - Variable in class com.cloudinary.Transformation
 
HtmlEscape - Class in com.cloudinary.utils
HtmlEscape in Java, which is compatible with utf-8
HtmlEscape() - Constructor for class com.cloudinary.utils.HtmlEscape
 
htmlHeight - Variable in class com.cloudinary.Transformation
 
htmlWidth - Variable in class com.cloudinary.Transformation
 

I

ifCondition() - Method in class com.cloudinary.Transformation
Start defining a condition, which will be completed with a call Condition.then()
ifCondition(Condition) - Method in class com.cloudinary.Transformation
Define a conditional transformation
ifCondition(Expression) - Method in class com.cloudinary.Transformation
Define a conditional transformation
ifCondition(String) - Method in class com.cloudinary.Transformation
Define a conditional transformation defined by the condition string
ifElse() - Method in class com.cloudinary.Transformation
 
imageTag(String) - Method in class com.cloudinary.Url
 
imageTag(String, Map<String, String>) - Method in class com.cloudinary.Url
 
imageTag(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
 
INTEGER - com.cloudinary.metadata.MetadataFieldType
 
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.

J

join(Object[], String) - Static method in class com.cloudinary.utils.StringUtils
Join a array 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.
join(Collection<String>, String) - Static method in class com.cloudinary.utils.StringUtils
Join a collection of Strings
join(List<String>, String) - Static method in class com.cloudinary.utils.StringUtils
Join a list of Strings
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(Object) - Constructor for class org.cloudinary.json.JSONArray
Construct a JSONArray from an array
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(JSONTokener) - Constructor for class org.cloudinary.json.JSONArray
Construct a JSONArray from a JSONTokener.
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(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.
JSONObject(Map<String, Object>) - Constructor for class org.cloudinary.json.JSONObject
Construct a JSONObject from a Map.
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.
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(InputStream) - Constructor for class org.cloudinary.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(Reader) - Constructor for class org.cloudinary.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(String) - Constructor for class org.cloudinary.json.JSONTokener
Construct a JSONTokener from a string.

K

keepDerived(boolean) - Method in class com.cloudinary.ArchiveParams
 
keyframeInterval(float) - Method in class com.cloudinary.Transformation
Set the keyframe interval parameter
keyframeInterval(String) - Method in class com.cloudinary.Transformation
Set the keyframe interval parameter
keys() - Method in class org.cloudinary.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class org.cloudinary.json.JSONObject
Get a set of keys of the JSONObject.

L

LABEL - Static variable in class com.cloudinary.metadata.MetadataField
 
Layer - Class in com.cloudinary.transformation
 
Layer() - Constructor for class com.cloudinary.transformation.Layer
 
LayerBuilder - Class in com.cloudinary.transformation
Deprecated.
Use Layer instead
LayerBuilder() - Constructor for class com.cloudinary.transformation.LayerBuilder
Deprecated.
 
length() - Method in class org.cloudinary.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.cloudinary.json.JSONObject
Get the number of keys stored in the JSONObject.
LESS_THAN - Static variable in class com.cloudinary.metadata.MetadataValidation
 
letterSpacing - Variable in class com.cloudinary.transformation.TextLayer
 
letterSpacing(int) - Method in class com.cloudinary.transformation.TextLayer
 
letterSpacing(String) - Method in class com.cloudinary.transformation.TextLayer
 
lineSpacing - Variable in class com.cloudinary.transformation.TextLayer
 
lineSpacing(Integer) - Method in class com.cloudinary.transformation.TextLayer
 
listMetadataFields() - Method in class com.cloudinary.Api
List all the metadata field definitions (structure, not values)
listStreamingProfiles() - Method in class com.cloudinary.Api
 
listStreamingProfiles(Map) - Method in class com.cloudinary.Api
List Streaming profiles
load(String) - Static method in class com.cloudinary.strategies.StrategyLoader
 
loadStrategies - Variable in class com.cloudinary.Configuration
 
lt() - Method in class com.cloudinary.transformation.BaseExpression
 
lt(Object) - Method in class com.cloudinary.transformation.BaseExpression
 
lte() - Method in class com.cloudinary.transformation.BaseExpression
 
lte(Object) - Method in class com.cloudinary.transformation.BaseExpression
 

M

MANDATORY - Static variable in class com.cloudinary.metadata.MetadataField
 
MASTER_ADMIN - com.cloudinary.provisioning.Account.Role
 
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
 
MEDIA_LIBRARY_ADMIN - com.cloudinary.provisioning.Account.Role
 
MEDIA_LIBRARY_USER - com.cloudinary.provisioning.Account.Role
 
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
 
multiple(Object) - Method in class com.cloudinary.transformation.BaseExpression
 

N

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() - Method in class com.cloudinary.transformation.BaseExpression
 
ne(Object) - 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.

O

ObjectUtils - Class in com.cloudinary.utils
 
ObjectUtils() - Constructor for class com.cloudinary.utils.ObjectUtils
 
offset(double[]) - Method in class com.cloudinary.Transformation
 
offset(float[]) - Method in class com.cloudinary.Transformation
 
offset(Number[]) - Method in class com.cloudinary.Transformation
 
offset(String) - Method in class com.cloudinary.Transformation
 
offset(String[]) - 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() - Method in class com.cloudinary.transformation.BaseExpression
 
or(Object) - Method in class com.cloudinary.transformation.BaseExpression
 
org.cloudinary.json - package org.cloudinary.json
 
overlay(AbstractLayer<?>) - Method in class com.cloudinary.Transformation
 
overlay(String) - Method in class com.cloudinary.Transformation
 

P

page(Object) - Method in class com.cloudinary.Transformation
 
pageCount() - Static method in class com.cloudinary.transformation.Expression
 
pageCount(String, Object) - Method in class com.cloudinary.transformation.Condition
 
pages(String, Object) - Method in class com.cloudinary.transformation.Condition
Deprecated.
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
 
POST - com.cloudinary.Api.HttpMethod
 
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
 
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(Object) - Method in class com.cloudinary.Url
 
publicId(String) - Method in class com.cloudinary.transformation.AbstractLayer
 
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(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(int, boolean) - Method in class org.cloudinary.json.JSONArray
Put or replace a boolean value in the JSONArray.
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, Object) - Method in class org.cloudinary.json.JSONArray
Put or replace an object 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, 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(long) - Method in class org.cloudinary.json.JSONArray
Append an long value.
put(Object) - Method in class org.cloudinary.json.JSONArray
Append an object value.
put(String, boolean) - Method in class org.cloudinary.json.JSONObject
Put a key/boolean pair in the JSONObject.
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, Object) - Method in class org.cloudinary.json.JSONObject
Put a key/value 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, 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(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(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 - com.cloudinary.Api.HttpMethod
 
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(Date) - Method in class com.cloudinary.metadata.MetadataValidation.DateGreaterThan
 
putValue(Date) - Method in class com.cloudinary.metadata.MetadataValidation.DateLessThan
 
putValue(T) - Method in class com.cloudinary.metadata.MetadataValidation.ComparisonRule
 

Q

quality(Object) - Method in class com.cloudinary.Transformation
 
quote(String) - Static method in class org.cloudinary.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class org.cloudinary.json.JSONObject
 

R

radius(Object) - Method in class com.cloudinary.Transformation
 
randomPublicId() - Method in class com.cloudinary.Cloudinary
 
RateLimit - Class in com.cloudinary.api
 
RateLimit() - Constructor for class com.cloudinary.api.RateLimit
 
RateLimited - Exception in com.cloudinary.api.exceptions
 
RateLimited(String) - Constructor for exception com.cloudinary.api.exceptions.RateLimited
 
rateLimits() - Method in interface com.cloudinary.api.ApiResponse
 
rawTransformation(String) - Method in class com.cloudinary.Transformation
 
read(InputStream) - Static method in class com.cloudinary.utils.StringUtils
Read the entire input stream in 1KB chunks
Rectangle - Class in com.cloudinary.utils
 
Rectangle(int, int, int, int) - Constructor for class com.cloudinary.utils.Rectangle
 
registerAPIStrategy(String) - Static method in class com.cloudinary.Cloudinary
 
registerUploaderStrategy(String) - Static method in class com.cloudinary.Cloudinary
 
remote(String) - Static method in class com.cloudinary.CustomFunction
Generate a remote lambda custom action param to send to Transformation.customFunction(CustomFunction)
remove(int) - Method in class org.cloudinary.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class org.cloudinary.json.JSONObject
Remove a name and its value, if present.
removeAllContext(String[], Map) - Method in class com.cloudinary.Uploader
Remove all custom context from the specified public IDs.
removeAllTags(String[], Map) - Method in class com.cloudinary.Uploader
 
removeStartingChars(String, char) - Static method in class com.cloudinary.utils.StringUtils
Remove all consecutive chars c from the beginning of the string
removeTag(String, String[], Map) - Method in class com.cloudinary.Uploader
 
removeUserFromGroup(String, String) - Method in class com.cloudinary.provisioning.Account
Removes a user from a group.
removeUserFromGroup(String, String, Map<String, Object>) - Method in class com.cloudinary.provisioning.Account
Removes a user from a group.
rename(String, String, Map) - Method in class com.cloudinary.Uploader
 
replaceIfFirstChar(String, char, String) - Static method in class com.cloudinary.utils.StringUtils
Replaces the char c in the string S, if it's the first character in the string.
replaceTag(String, String[], Map) - Method in class com.cloudinary.Uploader
 
REPORTS - com.cloudinary.provisioning.Account.Role
 
requiresSigning(String, Map) - Method in class com.cloudinary.strategies.AbstractUploaderStrategy
 
resource(String, Map) - Method in class com.cloudinary.Api
 
resources(Map) - Method in class com.cloudinary.Api
 
resourcesByContext(String, String, Map) - Method in class com.cloudinary.Api
 
resourcesByContext(String, Map) - Method in class com.cloudinary.Api
 
resourcesByIds(Iterable<String>, Map) - Method in class com.cloudinary.Api
 
resourcesByModeration(String, String, Map) - Method in class com.cloudinary.Api
 
resourcesByTag(String, Map) - Method in class com.cloudinary.Api
 
resourceType - Variable in class com.cloudinary.StoredFile
 
resourceType - Variable in class com.cloudinary.transformation.AbstractLayer
 
resourceType - Variable in class com.cloudinary.transformation.TextLayer
 
resourceType() - Method in class com.cloudinary.ArchiveParams
 
resourceType(String) - Method in class com.cloudinary.ArchiveParams
 
resourceType(String) - Method in class com.cloudinary.transformation.AbstractLayer
 
resourceType(String) - Method in class com.cloudinary.transformation.TextLayer
 
resourceType(String) - Method in class com.cloudinary.Url
 
resourceTypes(Map) - Method in class com.cloudinary.Api
 
resourcType(String) - Method in class com.cloudinary.Url
 
ResponsiveBreakpoint - Class in com.cloudinary
 
ResponsiveBreakpoint() - Constructor for class com.cloudinary.ResponsiveBreakpoint
 
responsiveWidth(boolean) - Method in class com.cloudinary.Transformation
 
responsiveWidthTransformation - Static variable in class com.cloudinary.Transformation
 
restore(Iterable<String>, Map) - Method in class com.cloudinary.Api
 
rootFolders(Map) - Method in class com.cloudinary.Api
 

S

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
 
SET - com.cloudinary.metadata.MetadataFieldType
 
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
 
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
 
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
 
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
 
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(StoredFile) - Method in class com.cloudinary.Url
 
source(String) - 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(double) - Method in class com.cloudinary.Transformation
 
startOffset(float) - Method in class com.cloudinary.Transformation
 
startOffset(String) - Method in class com.cloudinary.Transformation
 
startOffsetPercent(double) - Method in class com.cloudinary.Transformation
 
startOffsetPercent(float) - 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
 
STRING - com.cloudinary.metadata.MetadataFieldType
 
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() - Method in class com.cloudinary.transformation.BaseExpression
 
sub(Object) - 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
Deprecated.
Use SubtitlesLayer instead
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.

T

tags() - Method in class com.cloudinary.ArchiveParams
 
tags() - Static method in class com.cloudinary.transformation.Expression
 
tags(String[]) - Method in class com.cloudinary.ArchiveParams
 
tags(Map) - Method in class com.cloudinary.Api
 
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
 
TECHNICAL_ADMIN - com.cloudinary.provisioning.Account.Role
 
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
Deprecated.
Use TextLayer instead
TextLayerBuilder() - Constructor for class com.cloudinary.transformation.TextLayerBuilder
Deprecated.
 
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 - com.cloudinary.AccessControlRule.AccessType
 
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(Class<T>) - Method in class org.cloudinary.json.JSONArray
 
toList(JSONArray) - Static method in class com.cloudinary.utils.ObjectUtils
 
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() - Method in class org.cloudinary.json.JSONObject
Make a JSON text of this JSONObject.
toString() - Method in class org.cloudinary.json.JSONTokener
Make a printable string of this JSONTokener.
toString(int) - Method in class org.cloudinary.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(int) - Method in class org.cloudinary.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
transformation - Variable in class com.cloudinary.Transformation
 
transformation() - Method in class com.cloudinary.ResponsiveBreakpoint
 
transformation() - Method in class com.cloudinary.Url
 
transformation(Transformation) - Method in class com.cloudinary.ResponsiveBreakpoint
 
transformation(Transformation) - Method in class com.cloudinary.Url
 
transformation(String, Map) - Method in class com.cloudinary.Api
 
Transformation<T extends Transformation> - Class in com.cloudinary
 
Transformation() - Constructor for class com.cloudinary.Transformation
 
Transformation(Transformation) - Constructor for class com.cloudinary.Transformation
 
Transformation(List<Map>) - Constructor for class com.cloudinary.Transformation
 
transformations - Variable in class com.cloudinary.Transformation
 
transformations() - Method in class com.cloudinary.ArchiveParams
 
transformations(Transformation[]) - Method in class com.cloudinary.ArchiveParams
 
transformations(Map) - Method in class com.cloudinary.Api
 
type - Variable in class com.cloudinary.StoredFile
 
type - Variable in class com.cloudinary.transformation.AbstractLayer
 
type() - Method in class com.cloudinary.ArchiveParams
 
type(String) - Method in class com.cloudinary.ArchiveParams
 
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
 
TYPE - Static variable in class com.cloudinary.metadata.MetadataField
 
TYPE - Static variable in class com.cloudinary.metadata.MetadataValidation
 

U

underlay(AbstractLayer<?>) - Method in class com.cloudinary.Transformation
 
underlay(String) - 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>) - Method in class com.cloudinary.Api
 
updateStreamingProfile(String, String, List<Map>, Map) - Method in class com.cloudinary.Api
Create a new streaming profile
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 - Variable in class com.cloudinary.strategies.AbstractUploaderStrategy
 
uploader() - Method in class com.cloudinary.Cloudinary
 
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, int) - Method in class com.cloudinary.Uploader
 
uploadLarge(Object, Map, int, long, String, ProgressCallback) - Method in class com.cloudinary.Uploader
 
uploadLarge(Object, Map, int, ProgressCallback) - Method in class com.cloudinary.Uploader
 
uploadLarge(Object, Map, ProgressCallback) - Method in class com.cloudinary.Uploader
 
uploadLargeRaw(Object, Map) - 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
 
uploadLargeRaw(Object, Map, 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.Cloudinary
 
USER_AGENT - Static variable in class com.cloudinary.Configuration
 
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(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.
USERS - Static variable in class com.cloudinary.provisioning.Account
 
Util - Class in com.cloudinary
 
Util() - Constructor for class com.cloudinary.Util
 

V

VALIDATION - Static variable in class com.cloudinary.metadata.MetadataField
 
value(Object) - Method in class com.cloudinary.transformation.BaseExpression
 
VALUE - Static variable in class com.cloudinary.metadata.MetadataValidation
 
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.
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.
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.
version - Variable in class com.cloudinary.StoredFile
 
version(Object) - Method in class com.cloudinary.Url
 
VERSION - Static variable in class com.cloudinary.Cloudinary
 
VERSION - Static variable in class com.cloudinary.Configuration
 
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(double) - Method in class com.cloudinary.Transformation
 
videoSamplingSeconds(float) - Method in class com.cloudinary.Transformation
 
videoSamplingSeconds(int) - Method in class com.cloudinary.Transformation
 
videoSamplingSeconds(Number) - Method in class com.cloudinary.Transformation
 
videoTag() - Method in class com.cloudinary.Url
 
videoTag(String) - Method in class com.cloudinary.Url
 
videoTag(String, Map<String, String>) - Method in class com.cloudinary.Url
 
videoTag(Map<String, String>) - Method in class com.cloudinary.Url
 

W

wasm(String) - Static method in class com.cloudinary.CustomFunction
Generate a web-assembly custom action param to send to Transformation.customFunction(CustomFunction)
width - Variable in class com.cloudinary.utils.Rectangle
 
width() - Static method in class com.cloudinary.transformation.Expression
 
width(Object) - Method in class com.cloudinary.Transformation
 
width(String, Object) - Method in class com.cloudinary.transformation.Condition
 
withField(String) - Method in class com.cloudinary.Search
 
wrap(Object) - Static method in class org.cloudinary.json.JSONObject
Wrap an object, if necessary.
write(Writer) - Method in class org.cloudinary.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.cloudinary.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.

X

x - Variable in class com.cloudinary.utils.Rectangle
 
x(Object) - Method in class com.cloudinary.Transformation
 

Y

y - Variable in class com.cloudinary.utils.Rectangle
 
y(Object) - Method in class com.cloudinary.Transformation
 

Z

zipDownload(String, Map<String, Object>) - Method in class com.cloudinary.Cloudinary
 
zoom(double) - Method in class com.cloudinary.Transformation
 
zoom(float) - Method in class com.cloudinary.Transformation
 
zoom(String) - Method in class com.cloudinary.Transformation
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages