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