Class MicrosoftGraphPageLinks
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPageLinks
-
public final class MicrosoftGraphPageLinks extends Object
pageLinks.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPageLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: pageLinks.MicrosoftGraphExternalLink
oneNoteClientUrl()
Get the oneNoteClientUrl property: externalLink.MicrosoftGraphExternalLink
oneNoteWebUrl()
Get the oneNoteWebUrl property: externalLink.void
validate()
Validates the instance.MicrosoftGraphPageLinks
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pageLinks.MicrosoftGraphPageLinks
withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.MicrosoftGraphPageLinks
withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.
-
-
-
Method Detail
-
oneNoteClientUrl
public MicrosoftGraphExternalLink oneNoteClientUrl()
Get the oneNoteClientUrl property: externalLink.- Returns:
- the oneNoteClientUrl value.
-
withOneNoteClientUrl
public MicrosoftGraphPageLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.- Parameters:
oneNoteClientUrl
- the oneNoteClientUrl value to set.- Returns:
- the MicrosoftGraphPageLinks object itself.
-
oneNoteWebUrl
public MicrosoftGraphExternalLink oneNoteWebUrl()
Get the oneNoteWebUrl property: externalLink.- Returns:
- the oneNoteWebUrl value.
-
withOneNoteWebUrl
public MicrosoftGraphPageLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.- Parameters:
oneNoteWebUrl
- the oneNoteWebUrl value to set.- Returns:
- the MicrosoftGraphPageLinks object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: pageLinks.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPageLinks withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pageLinks.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPageLinks object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-