Compartilhar via


MicrosoftGraphNotebookLinks Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphNotebookLinks

Implements

public final class MicrosoftGraphNotebookLinks
implements JsonSerializable<MicrosoftGraphNotebookLinks>

notebookLinks.

Constructor Summary

Constructor Description
MicrosoftGraphNotebookLinks()

Creates an instance of MicrosoftGraphNotebookLinks class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: notebookLinks.

static MicrosoftGraphNotebookLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphNotebookLinks from the JsonReader.

MicrosoftGraphExternalLink oneNoteClientUrl()

Get the oneNoteClientUrl property: externalLink.

MicrosoftGraphExternalLink oneNoteWebUrl()

Get the oneNoteWebUrl property: externalLink.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphNotebookLinks withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: notebookLinks.

MicrosoftGraphNotebookLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

MicrosoftGraphNotebookLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Methods inherited from java.lang.Object

Constructor Details

public MicrosoftGraphNotebookLinks()

Creates an instance of MicrosoftGraphNotebookLinks class.

Method Details

public Map additionalProperties()

Get the additionalProperties property: notebookLinks.

Returns:

the additionalProperties value.

public static MicrosoftGraphNotebookLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphNotebookLinks from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphNotebookLinks if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphNotebookLinks.

public MicrosoftGraphExternalLink oneNoteClientUrl()

Get the oneNoteClientUrl property: externalLink.

Returns:

the oneNoteClientUrl value.

public MicrosoftGraphExternalLink oneNoteWebUrl()

Get the oneNoteWebUrl property: externalLink.

Returns:

the oneNoteWebUrl value.

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

public void validate()

Validates the instance.

public MicrosoftGraphNotebookLinks withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: notebookLinks.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphNotebookLinks object itself.

public MicrosoftGraphNotebookLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

Parameters:

oneNoteClientUrl - the oneNoteClientUrl value to set.

Returns:

the MicrosoftGraphNotebookLinks object itself.

public MicrosoftGraphNotebookLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Parameters:

oneNoteWebUrl - the oneNoteWebUrl value to set.

Returns:

the MicrosoftGraphNotebookLinks object itself.

Applies to