Class MicrosoftGraphRecentNotebookLinks
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecentNotebookLinks
recentNotebookLinks.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphRecentNotebookLinks class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: recentNotebookLinks.Get the oneNoteClientUrl property: externalLink.Get the oneNoteWebUrl property: externalLink.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: recentNotebookLinks.withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl) Set the oneNoteClientUrl property: externalLink.withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl) Set the oneNoteWebUrl property: externalLink.
-
Constructor Details
-
MicrosoftGraphRecentNotebookLinks
public MicrosoftGraphRecentNotebookLinks()Creates an instance of MicrosoftGraphRecentNotebookLinks class.
-
-
Method Details
-
oneNoteClientUrl
Get the oneNoteClientUrl property: externalLink.- Returns:
- the oneNoteClientUrl value.
-
withOneNoteClientUrl
public MicrosoftGraphRecentNotebookLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl) Set the oneNoteClientUrl property: externalLink.- Parameters:
oneNoteClientUrl- the oneNoteClientUrl value to set.- Returns:
- the MicrosoftGraphRecentNotebookLinks object itself.
-
oneNoteWebUrl
Get the oneNoteWebUrl property: externalLink.- Returns:
- the oneNoteWebUrl value.
-
withOneNoteWebUrl
public MicrosoftGraphRecentNotebookLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl) Set the oneNoteWebUrl property: externalLink.- Parameters:
oneNoteWebUrl- the oneNoteWebUrl value to set.- Returns:
- the MicrosoftGraphRecentNotebookLinks object itself.
-
additionalProperties
Get the additionalProperties property: recentNotebookLinks.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphRecentNotebookLinks withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: recentNotebookLinks.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphRecentNotebookLinks object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-