Class ThumbnailSet

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

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

    • large

      @SerializedName(value="large", alternate="Large") @Expose @Nullable public Thumbnail large
      The Large. A 1920x1920 scaled thumbnail.
    • medium

      @SerializedName(value="medium", alternate="Medium") @Expose @Nullable public Thumbnail medium
      The Medium. A 176x176 scaled thumbnail.
    • small

      @SerializedName(value="small", alternate="Small") @Expose @Nullable public Thumbnail small
      The Small. A 48x48 cropped thumbnail.
    • source

      @SerializedName(value="source", alternate="Source") @Expose @Nullable public Thumbnail source
      The Source. A custom thumbnail image or the original image used to generate other thumbnails.
  • Constructor Details

    • ThumbnailSet

      public ThumbnailSet()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to