Class MetadataSupport
java.lang.Object
com.azure.resourcemanager.securityinsights.models.MetadataSupport
Support information for the content item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionemail()
Get the email property: Email of support contact.link()
Get the link property: Link for support help, like to support page to open a ticket etc.name()
Get the name property: Name of the support contact.tier()
Get the tier property: Type of support for content item.void
validate()
Validates the instance.Set the email property: Email of support contact.Set the link property: Link for support help, like to support page to open a ticket etc.Set the name property: Name of the support contact.withTier
(SupportTier tier) Set the tier property: Type of support for content item.
-
Constructor Details
-
MetadataSupport
public MetadataSupport()
-
-
Method Details
-
tier
Get the tier property: Type of support for content item.- Returns:
- the tier value.
-
withTier
Set the tier property: Type of support for content item.- Parameters:
tier
- the tier value to set.- Returns:
- the MetadataSupport object itself.
-
name
Get the name property: Name of the support contact. Company or person.- Returns:
- the name value.
-
withName
Set the name property: Name of the support contact. Company or person.- Parameters:
name
- the name value to set.- Returns:
- the MetadataSupport object itself.
-
email
Get the email property: Email of support contact.- Returns:
- the email value.
-
withEmail
Set the email property: Email of support contact.- Parameters:
email
- the email value to set.- Returns:
- the MetadataSupport object itself.
-
link
Get the link property: Link for support help, like to support page to open a ticket etc.- Returns:
- the link value.
-
withLink
Set the link property: Link for support help, like to support page to open a ticket etc.- Parameters:
link
- the link value to set.- Returns:
- the MetadataSupport object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-