共用方式為


MicrosoftGraphSectionLinks Class

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

Implements

public final class MicrosoftGraphSectionLinks
implements JsonSerializable<MicrosoftGraphSectionLinks>

sectionLinks.

Constructor Summary

Constructor Description
MicrosoftGraphSectionLinks()

Creates an instance of MicrosoftGraphSectionLinks class.

Method Summary

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

Get the additionalProperties property: sectionLinks.

static MicrosoftGraphSectionLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSectionLinks 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.

MicrosoftGraphSectionLinks withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: sectionLinks.

MicrosoftGraphSectionLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

MicrosoftGraphSectionLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Methods inherited from java.lang.Object

Constructor Details

public MicrosoftGraphSectionLinks()

Creates an instance of MicrosoftGraphSectionLinks class.

Method Details

public Map additionalProperties()

Get the additionalProperties property: sectionLinks.

Returns:

the additionalProperties value.

public static MicrosoftGraphSectionLinks fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphSectionLinks from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphSectionLinks 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 MicrosoftGraphSectionLinks.

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 MicrosoftGraphSectionLinks withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: sectionLinks.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphSectionLinks object itself.

public MicrosoftGraphSectionLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)

Set the oneNoteClientUrl property: externalLink.

Parameters:

oneNoteClientUrl - the oneNoteClientUrl value to set.

Returns:

the MicrosoftGraphSectionLinks object itself.

public MicrosoftGraphSectionLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)

Set the oneNoteWebUrl property: externalLink.

Parameters:

oneNoteWebUrl - the oneNoteWebUrl value to set.

Returns:

the MicrosoftGraphSectionLinks object itself.

Applies to