Package com.cloudinary.android
Class CloudinaryRequest
java.lang.Object
com.cloudinary.android.CloudinaryRequest
public class CloudinaryRequest
extends java.lang.Object
A class that is used for generating a cloudinary resource when creating an image request.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudinaryRequest.BuilderBuilder to construct an instance ofCloudinaryRequest. -
Method Summary
Modifier and Type Method Description java.lang.StringgetPublicId()Get the public id of the cloudinary resourceResponsiveUrlgetResponsive()Get the responsive preset set for this resource.com.cloudinary.TransformationgetTransformation()Get the transformation
-
Method Details
-
getPublicId
public java.lang.String getPublicId()Get the public id of the cloudinary resource -
getTransformation
public com.cloudinary.Transformation getTransformation()Get the transformation -
getResponsive
Get the responsive preset set for this resource.
-