Package com.microsoft.graph.models
Class ResourceVisualization
java.lang.Object
com.microsoft.graph.models.ResourceVisualization
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ResourceVisualization
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Resource Visualization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Container Display Name.The Container Type.The Container Web Url.The Media Type.the OData type of the object as returned by the serviceThe Preview Image Url.The Preview Text.The Title.The Type. -
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 -
containerDisplayName
@SerializedName(value="containerDisplayName", alternate="ContainerDisplayName") @Expose @Nullable public String containerDisplayNameThe Container Display Name. A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item. -
containerType
@SerializedName(value="containerType", alternate="ContainerType") @Expose @Nullable public String containerTypeThe Container Type. Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. -
containerWebUrl
@SerializedName(value="containerWebUrl", alternate="ContainerWebUrl") @Expose @Nullable public String containerWebUrlThe Container Web Url. A path leading to the folder in which the item is stored. -
mediaType
The Media Type. The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported. -
previewImageUrl
@SerializedName(value="previewImageUrl", alternate="PreviewImageUrl") @Expose @Nullable public String previewImageUrlThe Preview Image Url. A URL leading to the preview image for the item. -
previewText
@SerializedName(value="previewText", alternate="PreviewText") @Expose @Nullable public String previewTextThe Preview Text. A preview text for the item. -
title
The Title. The item's title text. -
type
The Type. The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
-
-
Constructor Details
-
ResourceVisualization
public ResourceVisualization()
-
-
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
-