Class Thumbnail

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

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

    • oDataType

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

      @SerializedName(value="height", alternate="Height") @Expose @Nullable public Integer height
      The Height. The height of the thumbnail, in pixels.
    • sourceItemId

      @SerializedName(value="sourceItemId", alternate="SourceItemId") @Expose @Nullable public String sourceItemId
      The Source Item Id. The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.
    • url

      @SerializedName(value="url", alternate="Url") @Expose @Nullable public String url
      The Url. The URL used to fetch the thumbnail content.
    • width

      @SerializedName(value="width", alternate="Width") @Expose @Nullable public Integer width
      The Width. The width of the thumbnail, in pixels.
  • Constructor Details

    • Thumbnail

      public Thumbnail()
  • 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