public class SaveOptions
extends java.lang.Object
Constructor and Description |
---|
SaveOptions() |
SaveOptions(java.lang.Boolean includeText) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIncludeText()
The client is supposed to include the content on save.
|
int |
hashCode() |
void |
setIncludeText(java.lang.Boolean includeText)
The client is supposed to include the content on save.
|
java.lang.String |
toString() |
public SaveOptions()
public SaveOptions(java.lang.Boolean includeText)
@Pure public java.lang.Boolean getIncludeText()
public void setIncludeText(java.lang.Boolean includeText)
@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