MicrosoftGraphSectionLinks Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSectionLinks
- com.
Implements
public final class MicrosoftGraphSectionLinks
implements JsonSerializable<MicrosoftGraphSectionLinks>
Represents a section links.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphSectionLinks() |
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
MicrosoftGraphSectionLinks
public MicrosoftGraphSectionLinks()
Creates an instance of MicrosoftGraphSectionLinks class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: sectionLinks.
Returns:
fromJson
public static MicrosoftGraphSectionLinks fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSectionLinks 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 MicrosoftGraphSectionLinks withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: sectionLinks.
Parameters:
Returns:
withOneNoteClientUrl
public MicrosoftGraphSectionLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.
Parameters:
Returns:
withOneNoteWebUrl
public MicrosoftGraphSectionLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.
Parameters:
Returns: