public class Photo
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
cameraMake
The Camera Make.
|
java.lang.String |
cameraModel
The Camera Model.
|
java.lang.Double |
exposureDenominator
The Exposure Denominator.
|
java.lang.Double |
exposureNumerator
The Exposure Numerator.
|
java.lang.Double |
fNumber
The FNumber.
|
java.lang.Double |
focalLength
The Focal Length.
|
java.lang.Integer |
iso
The Iso.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Integer |
orientation
The Orientation.
|
java.time.OffsetDateTime |
takenDateTime
The Taken Date Time.
|
| Constructor and Description |
|---|
Photo() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="cameraMake",
alternate="CameraMake")
@Expose
@Nullable
public java.lang.String cameraMake
@SerializedName(value="cameraModel",
alternate="CameraModel")
@Expose
@Nullable
public java.lang.String cameraModel
@SerializedName(value="exposureDenominator",
alternate="ExposureDenominator")
@Expose
@Nullable
public java.lang.Double exposureDenominator
@SerializedName(value="exposureNumerator",
alternate="ExposureNumerator")
@Expose
@Nullable
public java.lang.Double exposureNumerator
@SerializedName(value="fNumber",
alternate="FNumber")
@Expose
@Nullable
public java.lang.Double fNumber
@SerializedName(value="focalLength",
alternate="FocalLength")
@Expose
@Nullable
public java.lang.Double focalLength
@SerializedName(value="iso",
alternate="Iso")
@Expose
@Nullable
public java.lang.Integer iso
@SerializedName(value="orientation",
alternate="Orientation")
@Expose
@Nullable
public java.lang.Integer orientation
@SerializedName(value="takenDateTime",
alternate="TakenDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime takenDateTime
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to