public class NotebookDocumentSyncRegistrationOptions
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
NotebookDocumentSyncRegistrationOptions() |
NotebookDocumentSyncRegistrationOptions(java.util.List<NotebookSelector> notebookSelector) |
NotebookDocumentSyncRegistrationOptions(java.util.List<NotebookSelector> notebookSelector,
java.lang.Boolean save) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
The id used to register the request.
|
java.util.List<NotebookSelector> |
getNotebookSelector()
The notebooks to be synced
|
java.lang.Boolean |
getSave()
Whether save notification should be forwarded to
the server.
|
int |
hashCode() |
void |
setId(java.lang.String id)
The id used to register the request.
|
void |
setNotebookSelector(java.util.List<NotebookSelector> notebookSelector)
The notebooks to be synced
|
void |
setSave(java.lang.Boolean save)
Whether save notification should be forwarded to
the server.
|
java.lang.String |
toString() |
public NotebookDocumentSyncRegistrationOptions()
public NotebookDocumentSyncRegistrationOptions(java.util.List<NotebookSelector> notebookSelector)
public NotebookDocumentSyncRegistrationOptions(java.util.List<NotebookSelector> notebookSelector, java.lang.Boolean save)
@Pure public java.lang.String getId()
Registration.id.public void setId(java.lang.String id)
Registration.id.@Pure public java.util.List<NotebookSelector> getNotebookSelector()
public void setNotebookSelector(java.util.List<NotebookSelector> notebookSelector)
@Pure public java.lang.Boolean getSave()
public void setSave(java.lang.Boolean save)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object