MicrosoftGraphResourceVisualization Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphResourceVisualization
- com.
Implements
public final class MicrosoftGraphResourceVisualization
implements JsonSerializable<MicrosoftGraphResourceVisualization>
Represents a resource visualization.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphResourceVisualization() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
containerDisplayName()
Get the container |
| String |
containerType()
Get the container |
| String |
containerWebUrl()
Get the container |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
mediaType()
Get the media |
| String |
previewImageUrl()
Get the preview |
| String |
previewText()
Get the preview |
| String |
title()
Get the title property: The item's title text. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The item's media type. |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withContainerDisplayName(String containerDisplayName)
Set the container |
|
Microsoft |
withContainerType(String containerType)
Set the container |
|
Microsoft |
withContainerWebUrl(String containerWebUrl)
Set the container |
|
Microsoft |
withMediaType(String mediaType)
Set the media |
|
Microsoft |
withPreviewImageUrl(String previewImageUrl)
Set the preview |
|
Microsoft |
withPreviewText(String previewText)
Set the preview |
|
Microsoft |
withTitle(String title)
Set the title property: The item's title text. |
|
Microsoft |
withType(String type)
Set the type property: The item's media type. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphResourceVisualization
public MicrosoftGraphResourceVisualization()
Creates an instance of MicrosoftGraphResourceVisualization class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: resourceVisualization.
Returns:
containerDisplayName
public String containerDisplayName()
Get the containerDisplayName property: 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.
Returns:
containerType
public String containerType()
Get the containerType property: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.
Returns:
containerWebUrl
public String containerWebUrl()
Get the containerWebUrl property: A path leading to the folder in which the item is stored.
Returns:
fromJson
public static MicrosoftGraphResourceVisualization fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphResourceVisualization from the JsonReader.
Parameters:
Returns:
Throws:
mediaType
public String mediaType()
Get the mediaType property: 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.
Returns:
previewImageUrl
public String previewImageUrl()
Get the previewImageUrl property: A URL leading to the preview image for the item.
Returns:
previewText
public String previewText()
Get the previewText property: A preview text for the item.
Returns:
title
public String title()
Get the title property: The item's title text.
Returns:
toJson
type
public String type()
Get the type property: The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphResourceVisualization withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: resourceVisualization.
Parameters:
Returns:
withContainerDisplayName
public MicrosoftGraphResourceVisualization withContainerDisplayName(String containerDisplayName)
Set the containerDisplayName property: 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.
Parameters:
Returns:
withContainerType
public MicrosoftGraphResourceVisualization withContainerType(String containerType)
Set the containerType property: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.
Parameters:
Returns:
withContainerWebUrl
public MicrosoftGraphResourceVisualization withContainerWebUrl(String containerWebUrl)
Set the containerWebUrl property: A path leading to the folder in which the item is stored.
Parameters:
Returns:
withMediaType
public MicrosoftGraphResourceVisualization withMediaType(String mediaType)
Set the mediaType property: 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.
Parameters:
Returns:
withPreviewImageUrl
public MicrosoftGraphResourceVisualization withPreviewImageUrl(String previewImageUrl)
Set the previewImageUrl property: A URL leading to the preview image for the item.
Parameters:
Returns:
withPreviewText
public MicrosoftGraphResourceVisualization withPreviewText(String previewText)
Set the previewText property: A preview text for the item.
Parameters:
Returns:
withTitle
public MicrosoftGraphResourceVisualization withTitle(String title)
Set the title property: The item's title text.
Parameters:
Returns:
withType
public MicrosoftGraphResourceVisualization withType(String type)
Set the type property: The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
Parameters:
Returns: