Class Photo

java.lang.Object
com.microsoft.graph.models.Photo
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Photo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Photo.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • cameraMake

      @SerializedName(value="cameraMake", alternate="CameraMake") @Expose @Nullable public String cameraMake
      The Camera Make. Camera manufacturer. Read-only.
    • cameraModel

      @SerializedName(value="cameraModel", alternate="CameraModel") @Expose @Nullable public String cameraModel
      The Camera Model. Camera model. Read-only.
    • exposureDenominator

      @SerializedName(value="exposureDenominator", alternate="ExposureDenominator") @Expose @Nullable public Double exposureDenominator
      The Exposure Denominator. The denominator for the exposure time fraction from the camera. Read-only.
    • exposureNumerator

      @SerializedName(value="exposureNumerator", alternate="ExposureNumerator") @Expose @Nullable public Double exposureNumerator
      The Exposure Numerator. The numerator for the exposure time fraction from the camera. Read-only.
    • fNumber

      @SerializedName(value="fNumber", alternate="FNumber") @Expose @Nullable public Double fNumber
      The FNumber. The F-stop value from the camera. Read-only.
    • focalLength

      @SerializedName(value="focalLength", alternate="FocalLength") @Expose @Nullable public Double focalLength
      The Focal Length. The focal length from the camera. Read-only.
    • iso

      @SerializedName(value="iso", alternate="Iso") @Expose @Nullable public Integer iso
      The Iso. The ISO value from the camera. Read-only.
    • orientation

      @SerializedName(value="orientation", alternate="Orientation") @Expose @Nullable public Integer orientation
      The Orientation. The orientation value from the camera. Writable on OneDrive Personal.
    • takenDateTime

      @SerializedName(value="takenDateTime", alternate="TakenDateTime") @Expose @Nullable public OffsetDateTime takenDateTime
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to