| Constructor and Description |
|---|
EntityResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Field value)
Add Field to response list
|
void |
addValue(Object value,
String name,
FieldType fieldType)
Add Field to response list
|
Field |
find(FieldType fieldType)
Iterates over the returned values and searches the one with the matching FieldType
|
Field |
find(String name)
Iterates over the returned values and searches the one with the matching field name
|
Object |
getKey() |
List<Field> |
getValue() |
void |
setKey(Object key) |
Object |
setValue(Object value) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic void setKey(Object key)
key - Unique Directory object keypublic Object getKey()
public void addValue(Field value)
value - A Field containing an attribute resultpublic void addValue(Object value, String name, FieldType fieldType)
value - Directory object valuename - Directory object namefieldType - A FieldType Directory object typepublic Field find(FieldType fieldType)
public Field find(String name)
name - FieldCopyright © 2020. All rights reserved.