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

public class Image extends Object
Describes the image attributes for a drive item file.

API Documentation.

See Also:
  • Method Details

    • builder

      public static Image.ImageBuilder builder()
    • getHeight

      public int getHeight()
      The image height in pixels.
    • 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