Class Photo
java.lang.Object
com.amilesend.onedrive.resource.item.type.Photo
Describes the photo attributes for a drive item file.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Photo.PhotoBuilderbuilder()booleanThe camera manufacturer.The camera model.doubleThe denominator for the exposure time fraction from the camera.doubleThe numerator for the exposure time fraction from the camera.doubleThe F-stop value from the camera.doubleThe focal length from the camera.intgetIso()The ISO value from the camera.The date and time the photo was taken.inthashCode()toString()
-
Method Details
-
builder
-
getTakenDateTime
The date and time the photo was taken. -
getCameraMake
The camera manufacturer. -
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
-
hashCode
public int hashCode() -
toString
-