MicrosoftGraphPhoto Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPhoto
- com.
Implements
public final class MicrosoftGraphPhoto
implements JsonSerializable<MicrosoftGraphPhoto>
photo.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPhoto() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
cameraMake()
Get the camera |
String |
cameraModel()
Get the camera |
Double |
exposureDenominator()
Get the exposure |
Double |
exposureNumerator()
Get the exposure |
Double |
fNumber()
Get the f |
Double |
focalLength()
Get the focal |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Integer |
iso()
Get the iso property: The ISO value from the camera. |
Integer |
orientation()
Get the orientation property: The orientation value from the camera. |
Offset |
takenDateTime()
Get the taken |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCameraMake(String cameraMake)
Set the camera |
Microsoft |
withCameraModel(String cameraModel)
Set the camera |
Microsoft |
withExposureDenominator(Double exposureDenominator)
Set the exposure |
Microsoft |
withExposureNumerator(Double exposureNumerator)
Set the exposure |
Microsoft |
withFNumber(Double fNumber)
Set the f |
Microsoft |
withFocalLength(Double focalLength)
Set the focal |
Microsoft |
withIso(Integer iso)
Set the iso property: The ISO value from the camera. |
Microsoft |
withOrientation(Integer orientation)
Set the orientation property: The orientation value from the camera. |
Microsoft |
withTakenDateTime(OffsetDateTime takenDateTime)
Set the taken |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPhoto
public MicrosoftGraphPhoto()
Creates an instance of MicrosoftGraphPhoto class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: photo.
Returns:
cameraMake
public String cameraMake()
Get the cameraMake property: Camera manufacturer. Read-only.
Returns:
cameraModel
public String cameraModel()
Get the cameraModel property: Camera model. Read-only.
Returns:
exposureDenominator
public Double exposureDenominator()
Get the exposureDenominator property: The denominator for the exposure time fraction from the camera. Read-only.
Returns:
exposureNumerator
public Double exposureNumerator()
Get the exposureNumerator property: The numerator for the exposure time fraction from the camera. Read-only.
Returns:
fNumber
public Double fNumber()
Get the fNumber property: The F-stop value from the camera. Read-only.
Returns:
focalLength
public Double focalLength()
Get the focalLength property: The focal length from the camera. Read-only.
Returns:
fromJson
public static MicrosoftGraphPhoto fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPhoto from the JsonReader.
Parameters:
Returns:
Throws:
iso
public Integer iso()
Get the iso property: The ISO value from the camera. Read-only.
Returns:
orientation
public Integer orientation()
Get the orientation property: The orientation value from the camera. Writable on OneDrive Personal.
Returns:
takenDateTime
public OffsetDateTime takenDateTime()
Get the takenDateTime property: Represents the date and time the photo was taken. Read-only.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphPhoto withAdditionalProperties(Map
Set the additionalProperties property: photo.
Parameters:
Returns:
withCameraMake
public MicrosoftGraphPhoto withCameraMake(String cameraMake)
Set the cameraMake property: Camera manufacturer. Read-only.
Parameters:
Returns:
withCameraModel
public MicrosoftGraphPhoto withCameraModel(String cameraModel)
Set the cameraModel property: Camera model. Read-only.
Parameters:
Returns:
withExposureDenominator
public MicrosoftGraphPhoto withExposureDenominator(Double exposureDenominator)
Set the exposureDenominator property: The denominator for the exposure time fraction from the camera. Read-only.
Parameters:
Returns:
withExposureNumerator
public MicrosoftGraphPhoto withExposureNumerator(Double exposureNumerator)
Set the exposureNumerator property: The numerator for the exposure time fraction from the camera. Read-only.
Parameters:
Returns:
withFNumber
public MicrosoftGraphPhoto withFNumber(Double fNumber)
Set the fNumber property: The F-stop value from the camera. Read-only.
Parameters:
Returns:
withFocalLength
public MicrosoftGraphPhoto withFocalLength(Double focalLength)
Set the focalLength property: The focal length from the camera. Read-only.
Parameters:
Returns:
withIso
public MicrosoftGraphPhoto withIso(Integer iso)
Set the iso property: The ISO value from the camera. Read-only.
Parameters:
Returns:
withOrientation
public MicrosoftGraphPhoto withOrientation(Integer orientation)
Set the orientation property: The orientation value from the camera. Writable on OneDrive Personal.
Parameters:
Returns:
withTakenDateTime
public MicrosoftGraphPhoto withTakenDateTime(OffsetDateTime takenDateTime)
Set the takenDateTime property: Represents the date and time the photo was taken. Read-only.
Parameters:
Returns:
Applies to
Azure SDK for Java