public final class GroupSelectFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
GroupSelectFieldValue(Group... values) |
GroupSelectFieldValue(List<Group> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
List<Group> |
getValues()
The list of selected groups.
|
int |
hashCode() |
String |
toString() |
isBuiltinpublic GroupSelectFieldValue(List<Group> values)
public GroupSelectFieldValue(Group... values)
public FieldType getType()
getType in interface FieldValuepublic List<Group> getValues()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object