public class NotebookDocumentSyncOptions
extends java.lang.Object
If a selector provides a notebook document filter but no cell selector all cells of a matching notebook document will be synced.
If a selector provides no notebook document filter but only a cell selector all notebook documents that contain at least one matching cell will be synced.
Since 3.17.0
| Constructor and Description |
|---|
NotebookDocumentSyncOptions() |
NotebookDocumentSyncOptions(java.util.List<NotebookSelector> notebookSelector) |
NotebookDocumentSyncOptions(java.util.List<NotebookSelector> notebookSelector,
java.lang.Boolean save) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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 |
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 NotebookDocumentSyncOptions()
public NotebookDocumentSyncOptions(java.util.List<NotebookSelector> notebookSelector)
public NotebookDocumentSyncOptions(java.util.List<NotebookSelector> notebookSelector, java.lang.Boolean save)
@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