Class UploadedImage

  • All Implemented Interfaces:

    
    public final class UploadedImage
    
                        

    Represents a successfully uploaded image.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getFile()
      final String getThumbUrl()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UploadedImage

        UploadedImage(String file, String thumbUrl)
        Parameters:
        file - The URL of the uploaded image.
        thumbUrl - The thumb URL generated using custom CDN.