| Constructor and Description |
|---|
GraphNotebook() |
| Modifier and Type | Method and Description |
|---|---|
static GraphNotebookCollection |
fromJsonArray(com.aspose.json.JSONObject jsonValue,
int resource,
String resourceId) |
GraphIdentitySet |
getCreatedBy()
Identity of the user, device, and application which created the item.
|
DateTimeOffset |
getCreatedDateTime()
The date and time when the notebook was created.
|
String |
getDisplayName()
The name of the notebook.
|
String |
getId()
The unique identifier of the notebook.
|
GraphIdentitySet |
getLastModifiedBy()
Identity of the user, device, and application which created the item.
|
DateTimeOffset |
getLastModifiedDateTime()
The date and time when the notebook was last modified.
|
GraphNotebookLinks |
getLinks()
Links for opening the notebook.
|
String |
getSectionGroupsUrl()
The URL for the sectionGroups navigation property, which returns all the section groups in the notebook.
|
String |
getSectionsUrl()
The URL for the sections navigation property, which returns all the sections in the notebook.
|
String |
getSelf()
The endpoint where you can get details about the notebook.
|
int |
getUserRole()
Possible values are: Owner, Contributor, Reader, None.
|
Boolean |
isDefault()
Indicates whether this is the user's default notebook.
|
Boolean |
isShared()
Indicates whether the notebook is shared.
|
void |
setDisplayName(String value)
The name of the notebook.
|
void |
setLinks(GraphNotebookLinks value)
Links for opening the notebook.
|
public static GraphNotebookCollection fromJsonArray(com.aspose.json.JSONObject jsonValue, int resource, String resourceId)
public final GraphIdentitySet getCreatedBy()
Identity of the user, device, and application which created the item. Read-only.
public final DateTimeOffset getCreatedDateTime()
The date and time when the notebook was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
public final String getId()
The unique identifier of the notebook. Read-only.
public final Boolean isDefault()
Indicates whether this is the user's default notebook. Read-only.
public final Boolean isShared()
Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
public final GraphIdentitySet getLastModifiedBy()
Identity of the user, device, and application which created the item. Read-only.
public final DateTimeOffset getLastModifiedDateTime()
The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
public final GraphNotebookLinks getLinks()
Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
public final void setLinks(GraphNotebookLinks value)
Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web.
public final String getDisplayName()
The name of the notebook.
public final void setDisplayName(String value)
The name of the notebook.
public final String getSectionGroupsUrl()
The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
public final String getSectionsUrl()
The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
public final String getSelf()
The endpoint where you can get details about the notebook. Read-only.
public final int getUserRole()
Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.