MicrosoftGraphNotebookLinks Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphNotebookLinks
- com.
Implements
public final class MicrosoftGraphNotebookLinks
implements JsonSerializable<MicrosoftGraphNotebookLinks>
notebookLinks.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphNotebookLinks() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
oneNoteClientUrl()
Get the one |
Microsoft |
oneNoteWebUrl()
Get the one |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the one |
Microsoft |
withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the one |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphNotebookLinks
public MicrosoftGraphNotebookLinks()
Creates an instance of MicrosoftGraphNotebookLinks class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: notebookLinks.
Returns:
fromJson
public static MicrosoftGraphNotebookLinks fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphNotebookLinks from the JsonReader.
Parameters:
Returns:
Throws:
oneNoteClientUrl
public MicrosoftGraphExternalLink oneNoteClientUrl()
Get the oneNoteClientUrl property: externalLink.
Returns:
oneNoteWebUrl
public MicrosoftGraphExternalLink oneNoteWebUrl()
Get the oneNoteWebUrl property: externalLink.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphNotebookLinks withAdditionalProperties(Map
Set the additionalProperties property: notebookLinks.
Parameters:
Returns:
withOneNoteClientUrl
public MicrosoftGraphNotebookLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.
Parameters:
Returns:
withOneNoteWebUrl
public MicrosoftGraphNotebookLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.
Parameters:
Returns:
Applies to
Azure SDK for Java