Uses of Class
odata.msgraph.client.beta.complex.Photo
-
Packages that use Photo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Photo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Photo Modifier and Type Method Description PhotoPhoto.Builder. build()PhotoPhoto. withCameraMake(String cameraMake)PhotoPhoto. withCameraModel(String cameraModel)PhotoPhoto. withExposureDenominator(Double exposureDenominator)PhotoPhoto. withExposureNumerator(Double exposureNumerator)PhotoPhoto. withFNumber(Double fNumber)PhotoPhoto. withFocalLength(Double focalLength)PhotoPhoto. withIso(Integer iso)PhotoPhoto. withOrientation(Short orientation)PhotoPhoto. withTakenDateTime(OffsetDateTime takenDateTime)PhotoPhoto. withUnmappedField(String name, String value) -
Uses of Photo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Photo Modifier and Type Field Description protected PhotoDriveItem. photoMethods in odata.msgraph.client.beta.entity that return types with arguments of type Photo Modifier and Type Method Description Optional<Photo>DriveItem. getPhoto()Methods in odata.msgraph.client.beta.entity with parameters of type Photo Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. photo(Photo photo)DriveItemDriveItem. withPhoto(Photo photo)
-