Package com.cloudinary.android
Class CloudinaryRequest.Builder
java.lang.Object
com.cloudinary.android.CloudinaryRequest.Builder
- Enclosing class:
- CloudinaryRequest
public static class CloudinaryRequest.Builder
extends java.lang.Object
Builder to construct an instance of
CloudinaryRequest.-
Constructor Summary
Constructors Constructor Description Builder(java.lang.String publicId) -
Method Summary
Modifier and Type Method Description CloudinaryRequestbuild()CloudinaryRequest.Builderresponsive(ResponsiveUrl responsiveUrl)Set a responsive url to be used when generating the resource.CloudinaryRequest.Builderresponsive(ResponsiveUrl.Preset responsivePreset)Set a responsive preset to be used when generating the resource.CloudinaryRequest.Buildertransformation(com.cloudinary.Transformation transformation)Set a transformation to be used when generating the resource.
-
Constructor Details
-
Builder
public Builder(java.lang.String publicId)
-
-
Method Details
-
transformation
Set a transformation to be used when generating the resource. -
responsive
Set a responsive url to be used when generating the resource. -
responsive
Set a responsive preset to be used when generating the resource. -
build
- Returns:
- An instance of
CloudinaryRequest.
-