Class MicrosoftGraphPhoto
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhoto
photo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: photo.Get the cameraMake property: Camera manufacturer.Get the cameraModel property: Camera model.Get the exposureDenominator property: The denominator for the exposure time fraction from the camera.Get the exposureNumerator property: The numerator for the exposure time fraction from the camera.fNumber()Get the fNumber property: The F-stop value from the camera.Get the focalLength property: The focal length from the camera.iso()Get the iso property: The ISO value from the camera.Get the orientation property: The orientation value from the camera.Get the takenDateTime property: Represents the date and time the photo was taken.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: photo.withCameraMake(String cameraMake) Set the cameraMake property: Camera manufacturer.withCameraModel(String cameraModel) Set the cameraModel property: Camera model.withExposureDenominator(Double exposureDenominator) Set the exposureDenominator property: The denominator for the exposure time fraction from the camera.withExposureNumerator(Double exposureNumerator) Set the exposureNumerator property: The numerator for the exposure time fraction from the camera.withFNumber(Double fNumber) Set the fNumber property: The F-stop value from the camera.withFocalLength(Double focalLength) Set the focalLength property: The focal length from the camera.Set the iso property: The ISO value from the camera.withOrientation(Integer orientation) Set the orientation property: The orientation value from the camera.withTakenDateTime(OffsetDateTime takenDateTime) Set the takenDateTime property: Represents the date and time the photo was taken.
-
Constructor Details
-
MicrosoftGraphPhoto
public MicrosoftGraphPhoto()Creates an instance of MicrosoftGraphPhoto class.
-
-
Method Details
-
cameraMake
Get the cameraMake property: Camera manufacturer. Read-only.- Returns:
- the cameraMake value.
-
withCameraMake
Set the cameraMake property: Camera manufacturer. Read-only.- Parameters:
cameraMake- the cameraMake value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
cameraModel
Get the cameraModel property: Camera model. Read-only.- Returns:
- the cameraModel value.
-
withCameraModel
Set the cameraModel property: Camera model. Read-only.- Parameters:
cameraModel- the cameraModel value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
exposureDenominator
Get the exposureDenominator property: The denominator for the exposure time fraction from the camera. Read-only.- Returns:
- the exposureDenominator value.
-
withExposureDenominator
Set the exposureDenominator property: The denominator for the exposure time fraction from the camera. Read-only.- Parameters:
exposureDenominator- the exposureDenominator value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
exposureNumerator
Get the exposureNumerator property: The numerator for the exposure time fraction from the camera. Read-only.- Returns:
- the exposureNumerator value.
-
withExposureNumerator
Set the exposureNumerator property: The numerator for the exposure time fraction from the camera. Read-only.- Parameters:
exposureNumerator- the exposureNumerator value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
fNumber
Get the fNumber property: The F-stop value from the camera. Read-only.- Returns:
- the fNumber value.
-
withFNumber
Set the fNumber property: The F-stop value from the camera. Read-only.- Parameters:
fNumber- the fNumber value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
focalLength
Get the focalLength property: The focal length from the camera. Read-only.- Returns:
- the focalLength value.
-
withFocalLength
Set the focalLength property: The focal length from the camera. Read-only.- Parameters:
focalLength- the focalLength value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
iso
Get the iso property: The ISO value from the camera. Read-only.- Returns:
- the iso value.
-
withIso
Set the iso property: The ISO value from the camera. Read-only.- Parameters:
iso- the iso value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
orientation
Get the orientation property: The orientation value from the camera. Writable on OneDrive Personal.- Returns:
- the orientation value.
-
withOrientation
Set the orientation property: The orientation value from the camera. Writable on OneDrive Personal.- Parameters:
orientation- the orientation value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
takenDateTime
Get the takenDateTime property: Represents the date and time the photo was taken. Read-only.- Returns:
- the takenDateTime value.
-
withTakenDateTime
Set the takenDateTime property: Represents the date and time the photo was taken. Read-only.- Parameters:
takenDateTime- the takenDateTime value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
additionalProperties
Get the additionalProperties property: photo.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: photo.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPhoto object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-