NotebookLinks

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

ConstructorDescription
NotebookLinks()

Methods

MethodDescription
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)
public NotebookLinks()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setOneNoteWebUrl(String value)

public final void setOneNoteWebUrl(String value)

Opens the notebook in readonly OneNote on the web.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int