public class NotebookSelectorCell
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
NotebookSelectorCell() |
NotebookSelectorCell(java.lang.String language) |
| Modifier and Type | Method and 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() |
public NotebookSelectorCell()
public NotebookSelectorCell(java.lang.String language)
@Pure public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
@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