public class NotebookLinks extends Object
https://docs.microsoft.com/en-us/graph/api/resources/notebooklinks?view=graph-rest-1.0 Links for opening a OneNote notebook.
Constructor and Description |
---|
NotebookLinks() |
Modifier and Type | Method and Description |
---|---|
String |
getOneNoteClientUrl()
Opens the notebook in readonly the OneNote readonly native client if it's installed.
|
String |
getOneNoteWebUrl()
Opens the notebook in readonly OneNote on the web.
|
void |
setOneNoteClientUrl(String value)
Opens the notebook in readonly the OneNote readonly native client if it's installed.
|
void |
setOneNoteWebUrl(String value)
Opens the notebook in readonly OneNote on the web.
|
public final String getOneNoteClientUrl()
Opens the notebook in readonly the OneNote readonly native client if it's installed.
public final void setOneNoteClientUrl(String value)
Opens the notebook in readonly the OneNote readonly native client if it's installed.
public final String getOneNoteWebUrl()
Opens the notebook in readonly OneNote on the web.
public final void setOneNoteWebUrl(String value)
Opens the notebook in readonly OneNote on the web.