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