NotebookLinks
Contents
[
Hide
]Inheritance: java.lang.Object
public class NotebookLinks
https://docs.microsoft.com/en-us/graph/api/resources/notebooklinks?view=graph-rest-1.0 Links for opening a OneNote notebook.
Constructors
Constructor | Description |
---|---|
NotebookLinks() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getOneNoteClientUrl() | Opens the notebook in readonly the OneNote readonly native client if it’s installed. |
getOneNoteWebUrl() | Opens the notebook in readonly OneNote on the web. |
hashCode() | |
notify() | |
notifyAll() | |
setOneNoteClientUrl(String value) | Opens the notebook in readonly the OneNote readonly native client if it’s installed. |
setOneNoteWebUrl(String value) | Opens the notebook in readonly OneNote on the web. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
NotebookLinks()
public NotebookLinks()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getOneNoteClientUrl()
public final String getOneNoteClientUrl()
Opens the notebook in readonly the OneNote readonly native client if it’s installed.
Returns: java.lang.String
getOneNoteWebUrl()
public final String getOneNoteWebUrl()
Opens the notebook in readonly OneNote on the web.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setOneNoteClientUrl(String value)
public final void setOneNoteClientUrl(String value)
Opens the notebook in readonly the OneNote readonly native client if it’s installed.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setOneNoteWebUrl(String value)
public final void setOneNoteWebUrl(String value)
Opens the notebook in readonly OneNote on the web.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |