Package com.microsoft.graph.models
Class Thumbnail
java.lang.Object
com.microsoft.graph.models.Thumbnail
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Thumbnail.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
height
The Height. The height of the thumbnail, in pixels. -
sourceItemId
@SerializedName(value="sourceItemId", alternate="SourceItemId") @Expose @Nullable public String sourceItemIdThe Source Item Id. The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested. -
url
The Url. The URL used to fetch the thumbnail content. -
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 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-