Uses of Class
odata.msgraph.client.beta.complex.Photo.Builder
-
Packages that use Photo.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of Photo.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Photo.Builder Modifier and Type Method Description static Photo.BuilderPhoto. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Photo.BuilderPhoto.Builder. cameraMake(String cameraMake)Photo.BuilderPhoto.Builder. cameraModel(String cameraModel)Photo.BuilderPhoto.Builder. exposureDenominator(Double exposureDenominator)Photo.BuilderPhoto.Builder. exposureNumerator(Double exposureNumerator)Photo.BuilderPhoto.Builder. fNumber(Double fNumber)Photo.BuilderPhoto.Builder. focalLength(Double focalLength)Photo.BuilderPhoto.Builder. iso(Integer iso)Photo.BuilderPhoto.Builder. orientation(Short orientation)Photo.BuilderPhoto.Builder. takenDateTime(OffsetDateTime takenDateTime)
-