Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPageLinks
-
Packages that use MicrosoftGraphPageLinks Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPageLinks in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPageLinks Modifier and Type Method Description MicrosoftGraphPageLinks
MicrosoftGraphOnenotePage. links()
Get the links property: pageLinks.MicrosoftGraphPageLinks
MicrosoftGraphPageLinks. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pageLinks.MicrosoftGraphPageLinks
MicrosoftGraphPageLinks. withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.MicrosoftGraphPageLinks
MicrosoftGraphPageLinks. withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPageLinks Modifier and Type Method Description MicrosoftGraphOnenotePage
MicrosoftGraphOnenotePage. withLinks(MicrosoftGraphPageLinks links)
Set the links property: pageLinks.
-