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 class  CloudinaryRequest.Builder
    Builder to construct an instance of CloudinaryRequest.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPublicId()
    Get the public id of the cloudinary resource
    ResponsiveUrl getResponsive()
    Get the responsive preset set for this resource.
    com.cloudinary.Transformation getTransformation()
    Get the transformation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public ResponsiveUrl getResponsive()
      Get the responsive preset set for this resource.