Package com.microsoft.graph.models
Class Photo
java.lang.Object
com.microsoft.graph.models.Photo
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Photo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Camera Make.The Camera Model.The Exposure Denominator.The Exposure Numerator.The FNumber.The Focal Length.The Iso.the OData type of the object as returned by the serviceThe Orientation.The Taken Date Time. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
cameraMake
@SerializedName(value="cameraMake", alternate="CameraMake") @Expose @Nullable public String cameraMakeThe Camera Make. Camera manufacturer. Read-only. -
cameraModel
@SerializedName(value="cameraModel", alternate="CameraModel") @Expose @Nullable public String cameraModelThe Camera Model. Camera model. Read-only. -
exposureDenominator
@SerializedName(value="exposureDenominator", alternate="ExposureDenominator") @Expose @Nullable public Double exposureDenominatorThe Exposure Denominator. The denominator for the exposure time fraction from the camera. Read-only. -
exposureNumerator
@SerializedName(value="exposureNumerator", alternate="ExposureNumerator") @Expose @Nullable public Double exposureNumeratorThe Exposure Numerator. The numerator for the exposure time fraction from the camera. Read-only. -
fNumber
The FNumber. The F-stop value from the camera. Read-only. -
focalLength
@SerializedName(value="focalLength", alternate="FocalLength") @Expose @Nullable public Double focalLengthThe Focal Length. The focal length from the camera. Read-only. -
iso
The Iso. The ISO value from the camera. Read-only. -
orientation
@SerializedName(value="orientation", alternate="Orientation") @Expose @Nullable public Integer orientationThe Orientation. The orientation value from the camera. Writable on OneDrive Personal. -
takenDateTime
@SerializedName(value="takenDateTime", alternate="TakenDateTime") @Expose @Nullable public OffsetDateTime takenDateTimeThe Taken Date Time. Represents the date and time the photo was taken. Read-only.
-
-
Constructor Details
-
Photo
public Photo()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-