Class NotebookSelector


  • public class NotebookSelector
    extends java.lang.Object
    The notebooks to be synced.

    At least one of either notebook or cells is required.

    Since 3.17.0

    • Constructor Detail

      • NotebookSelector

        public NotebookSelector()
    • Method Detail

      • getNotebook

        public org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,​NotebookDocumentFilter> getNotebook()
        The notebook to be synced. If a string value is provided it matches against the notebook type. '*' matches every notebook.
      • setNotebook

        public void setNotebook​(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,​NotebookDocumentFilter> notebook)
        The notebook to be synced. If a string value is provided it matches against the notebook type. '*' matches every notebook.
      • setNotebook

        public void setNotebook​(java.lang.String notebook)
      • getCells

        public java.util.List<NotebookSelectorCell> getCells()
        The cells of the matching notebook to be synced.
      • setCells

        public void setCells​(java.util.List<NotebookSelectorCell> cells)
        The cells of the matching notebook to be synced.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object