你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphPageLinks Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPageLinks
- com.
Implements
public final class MicrosoftGraphPageLinks
implements JsonSerializable<MicrosoftGraphPageLinks>
pageLinks.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPageLinks() |
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
MicrosoftGraphPageLinks
public MicrosoftGraphPageLinks()
Creates an instance of MicrosoftGraphPageLinks class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: pageLinks.
Returns:
fromJson
public static MicrosoftGraphPageLinks fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPageLinks 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 MicrosoftGraphPageLinks withAdditionalProperties(Map
Set the additionalProperties property: pageLinks.
Parameters:
Returns:
withOneNoteClientUrl
public MicrosoftGraphPageLinks withOneNoteClientUrl(MicrosoftGraphExternalLink oneNoteClientUrl)
Set the oneNoteClientUrl property: externalLink.
Parameters:
Returns:
withOneNoteWebUrl
public MicrosoftGraphPageLinks withOneNoteWebUrl(MicrosoftGraphExternalLink oneNoteWebUrl)
Set the oneNoteWebUrl property: externalLink.
Parameters:
Returns: