public final class RichTextFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
RichTextFieldValue(String value)
Creates a new
RichTextFieldValue instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
String |
getValue()
The value of the Rich text field.
|
int |
hashCode() |
String |
toString() |
isBuiltin@ConstructorProperties(value="value") public RichTextFieldValue(String value)
RichTextFieldValue instance.value - The value of the Rich text field.public FieldType getType()
getType in interface FieldValuepublic String getValue()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object