Class Thumbnail

java.lang.Object
com.amilesend.onedrive.resource.item.type.Thumbnail

public class Thumbnail extends Object
Describes a thumbnail for item with a bitmap representation.

API Documentation.

  • Method Details

    • builder

      public static Thumbnail.ThumbnailBuilder builder()
    • getHeight

      public int getHeight()
      The image hight in pixels.
    • getSourceItemId

      public String getSourceItemId()
      The associated item identifier.
    • getUrl

      public String getUrl()
      The URL used to fetch the thumbnail content.
    • getWidth

      public int getWidth()
      The image width in pixels.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object