Uses of Class
com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
Packages that use Photo.PhotoBuilder
-
Uses of Photo.PhotoBuilder in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return Photo.PhotoBuilderModifier and TypeMethodDescriptionstatic Photo.PhotoBuilderPhoto.builder()Photo.PhotoBuilder.cameraMake(String cameraMake) The camera manufacturer.Photo.PhotoBuilder.cameraModel(String cameraModel) The camera model.Photo.PhotoBuilder.exposureDenominator(double exposureDenominator) The denominator for the exposure time fraction from the camera.Photo.PhotoBuilder.exposureNumerator(double exposureNumerator) The numerator for the exposure time fraction from the camera.Photo.PhotoBuilder.fNumber(double fNumber) The F-stop value from the camera.Photo.PhotoBuilder.focalLength(double focalLength) The focal length from the camera.Photo.PhotoBuilder.iso(int iso) The ISO value from the camera.Photo.PhotoBuilder.takenDateTime(String takenDateTime) The date and time the photo was taken.