你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphOnenote Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenote
- com.
- com.
public final class MicrosoftGraphOnenote
extends MicrosoftGraphEntity
onenote.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnenote() |
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 |
List<Microsoft |
notebooks()
Get the notebooks property: The collection of One |
List<Microsoft |
operations()
Get the operations property: The status of One |
List<Microsoft |
pages()
Get the pages property: The pages in all One |
List<Microsoft |
resources()
Get the resources property: The image and other file resources in One |
List<Microsoft |
sectionGroups()
Get the section |
List<Microsoft |
sections()
Get the sections property: The sections in all One |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withNotebooks(List<MicrosoftGraphNotebook> notebooks)
Set the notebooks property: The collection of One |
Microsoft |
withOperations(List<MicrosoftGraphOnenoteOperation> operations)
Set the operations property: The status of One |
Microsoft |
withPages(List<MicrosoftGraphOnenotePage> pages)
Set the pages property: The pages in all One |
Microsoft |
withResources(List<MicrosoftGraphOnenoteResource> resources)
Set the resources property: The image and other file resources in One |
Microsoft |
withSectionGroups(List<MicrosoftGraphSectionGroup> sectionGroups)
Set the section |
Microsoft |
withSections(List<MicrosoftGraphOnenoteSection> sections)
Set the sections property: The sections in all One |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOnenote
public MicrosoftGraphOnenote()
Creates an instance of MicrosoftGraphOnenote class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: onenote.
Overrides:
MicrosoftGraphOnenote.additionalProperties()Returns:
fromJson
public static MicrosoftGraphOnenote fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOnenote from the JsonReader.
Parameters:
Returns:
Throws:
notebooks
public List
Get the notebooks property: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Returns:
operations
public List
Get the operations property: The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
Returns:
pages
public List
Get the pages property: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Returns:
resources
public List
Get the resources property: The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.
Returns:
sectionGroups
public List
Get the sectionGroups property: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Returns:
sections
public List
Get the sections property: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOnenote.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOnenote.validate()withAdditionalProperties
public MicrosoftGraphOnenote withAdditionalProperties(Map
Set the additionalProperties property: onenote.
Overrides:
MicrosoftGraphOnenote.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withId
public MicrosoftGraphOnenote withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOnenote.withId(String id)Parameters:
withNotebooks
public MicrosoftGraphOnenote withNotebooks(List
Set the notebooks property: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Parameters:
Returns:
withOperations
public MicrosoftGraphOnenote withOperations(List
Set the operations property: The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
Parameters:
Returns:
withPages
public MicrosoftGraphOnenote withPages(List
Set the pages property: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Parameters:
Returns:
withResources
public MicrosoftGraphOnenote withResources(List
Set the resources property: The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.
Parameters:
Returns:
withSectionGroups
public MicrosoftGraphOnenote withSectionGroups(List
Set the sectionGroups property: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Parameters:
Returns:
withSections
public MicrosoftGraphOnenote withSections(List
Set the sections property: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
Parameters:
Returns: