Class NotebookSelectorCell


  • public class NotebookSelectorCell
    extends java.lang.Object
    The cell of the matching notebook to be synced.

    Since 3.17.0

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getLanguage()
      The cells of the matching notebook to be synced.
      int hashCode()  
      void setLanguage​(java.lang.String language)
      The cells of the matching notebook to be synced.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotebookSelectorCell

        public NotebookSelectorCell()
      • NotebookSelectorCell

        public NotebookSelectorCell​(java.lang.String language)
    • Method Detail

      • getLanguage

        public java.lang.String getLanguage()
        The cells of the matching notebook to be synced.
      • setLanguage

        public void setLanguage​(java.lang.String language)
        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