Class MicrosoftGraphExternalLink
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphExternalLink
externalLink.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphExternalLink class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: externalLink.href()Get the href property: The url of the link.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: externalLink.Set the href property: The url of the link.
-
Constructor Details
-
MicrosoftGraphExternalLink
public MicrosoftGraphExternalLink()Creates an instance of MicrosoftGraphExternalLink class.
-
-
Method Details
-
href
Get the href property: The url of the link.- Returns:
- the href value.
-
withHref
Set the href property: The url of the link.- Parameters:
href- the href value to set.- Returns:
- the MicrosoftGraphExternalLink object itself.
-
additionalProperties
Get the additionalProperties property: externalLink.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-