Package | Description |
---|---|
com.cloudinary |
Modifier and Type | Field and Description |
---|---|
Configuration |
Cloudinary.config |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.Builder.build()
Creates a
Configuration with the arguments supplied to this builder |
static Configuration |
Configuration.from(Configuration other)
Create a new Configuration from an existing one
|
static Configuration |
Configuration.from(java.lang.String cloudinaryUrl)
Create a Configuration from a cloudinary url
Example url: cloudinary://123456789012345:abcdeghijklmnopqrstuvwxyz12@n07t21i7
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.from(Configuration other)
Create a new Configuration from an existing one
|
Configuration.Builder |
Configuration.Builder.from(Configuration other)
Initialize builder from existing
Configuration |
Constructor and Description |
---|
Configuration(Configuration other) |