Class MicrosoftGraphExternalLink
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphExternalLink
-
public final class MicrosoftGraphExternalLink extends Object
externalLink.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphExternalLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: externalLink.Stringhref()Get the href property: The url of the link.voidvalidate()Validates the instance.MicrosoftGraphExternalLinkwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: externalLink.MicrosoftGraphExternalLinkwithHref(String href)Set the href property: The url of the link.
-
-
-
Method Detail
-
href
public String href()
Get the href property: The url of the link.- Returns:
- the href value.
-
withHref
public MicrosoftGraphExternalLink withHref(String href)
Set the href property: The url of the link.- Parameters:
href- the href value to set.- Returns:
- the MicrosoftGraphExternalLink object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: externalLink.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphExternalLink withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: externalLink.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphExternalLink object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-