Class MicrosoftGraphResourceVisualization
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceVisualization
resourceVisualization.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphResourceVisualization class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: resourceVisualization.Get the containerDisplayName property: A string describing where the item is stored.Get the containerType property: Can be used for filtering by the type of container in which the file is stored.Get the containerWebUrl property: A path leading to the folder in which the item is stored.Get the mediaType property: The item's media type.Get the previewImageUrl property: A URL leading to the preview image for the item.Get the previewText property: A preview text for the item.title()Get the title property: The item's title text.type()Get the type property: The item's media type.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: resourceVisualization.withContainerDisplayName(String containerDisplayName) Set the containerDisplayName property: A string describing where the item is stored.withContainerType(String containerType) Set the containerType property: Can be used for filtering by the type of container in which the file is stored.withContainerWebUrl(String containerWebUrl) Set the containerWebUrl property: A path leading to the folder in which the item is stored.withMediaType(String mediaType) Set the mediaType property: The item's media type.withPreviewImageUrl(String previewImageUrl) Set the previewImageUrl property: A URL leading to the preview image for the item.withPreviewText(String previewText) Set the previewText property: A preview text for the item.Set the title property: The item's title text.Set the type property: The item's media type.
-
Constructor Details
-
MicrosoftGraphResourceVisualization
public MicrosoftGraphResourceVisualization()Creates an instance of MicrosoftGraphResourceVisualization class.
-
-
Method Details
-
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:
- the containerDisplayName value.
-
withContainerDisplayName
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:
containerDisplayName- the containerDisplayName value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
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:
- the containerType value.
-
withContainerType
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:
containerType- the containerType value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
containerWebUrl
Get the containerWebUrl property: A path leading to the folder in which the item is stored.- Returns:
- the containerWebUrl value.
-
withContainerWebUrl
Set the containerWebUrl property: A path leading to the folder in which the item is stored.- Parameters:
containerWebUrl- the containerWebUrl value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
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:
- the mediaType value.
-
withMediaType
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:
mediaType- the mediaType value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
previewImageUrl
Get the previewImageUrl property: A URL leading to the preview image for the item.- Returns:
- the previewImageUrl value.
-
withPreviewImageUrl
Set the previewImageUrl property: A URL leading to the preview image for the item.- Parameters:
previewImageUrl- the previewImageUrl value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
previewText
Get the previewText property: A preview text for the item.- Returns:
- the previewText value.
-
withPreviewText
Set the previewText property: A preview text for the item.- Parameters:
previewText- the previewText value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
title
Get the title property: The item's title text.- Returns:
- the title value.
-
withTitle
Set the title property: The item's title text.- Parameters:
title- the title value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
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:
- the type value.
-
withType
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:
type- the type value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
additionalProperties
Get the additionalProperties property: resourceVisualization.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphResourceVisualization withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: resourceVisualization.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphResourceVisualization object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-