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