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 Details

    • oDataType

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

      @SerializedName(value="containerDisplayName", alternate="ContainerDisplayName") @Expose @Nullable public String containerDisplayName
      The 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 containerType
      The 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 containerWebUrl
      The Container Web Url. A path leading to the folder in which the item is stored.
    • mediaType

      @SerializedName(value="mediaType", alternate="MediaType") @Expose @Nullable public String 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 previewImageUrl
      The Preview Image Url. A URL leading to the preview image for the item.
    • previewText

      @SerializedName(value="previewText", alternate="PreviewText") @Expose @Nullable public String previewText
      The Preview Text. A preview text for the item.
    • title

      @SerializedName(value="title", alternate="Title") @Expose @Nullable public String title
      The Title. The item's title text.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String 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:
      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