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

public class Photo extends Object
Describes the photo attributes for a drive item file.

API Documentation.

See Also:
  • Method Details

    • builder

      public static Photo.PhotoBuilder builder()
    • getTakenDateTime

      public String getTakenDateTime()
      The date and time the photo was taken.
    • getCameraMake

      public String getCameraMake()
      The camera manufacturer.
    • getCameraModel

      public String getCameraModel()
      The camera model.
    • getFNumber

      public double getFNumber()
      The F-stop value from the camera.
    • getExposureDenominator

      public double getExposureDenominator()
      The denominator for the exposure time fraction from the camera.
    • getExposureNumerator

      public double getExposureNumerator()
      The numerator for the exposure time fraction from the camera.
    • getFocalLength

      public double getFocalLength()
      The focal length from the camera.
    • getIso

      public int getIso()
      The ISO value from the camera.
    • 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