public class ApiGetNoteReferencesResult extends ApiResult
Java class for apiGetNoteReferencesResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetNoteReferencesResult">
<complexContent>
<extension base="{http://result.apiservice.bullhorn.com/}apiResult">
<sequence>
<element name="entityList" type="{http://struct.apiservice.bullhorn.com/}entityNameIdPair" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EntityNameIdPair> |
entityList |
| Constructor and Description |
|---|
ApiGetNoteReferencesResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntityNameIdPair> |
getEntityList()
Gets the value of the entityList property.
|
getSession, setSessionprotected java.util.List<EntityNameIdPair> entityList
public java.util.List<EntityNameIdPair> getEntityList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entityList property.
For example, to add a new item, do as follows:
getEntityList().add(newItem);
Objects of the following type(s) are allowed in the list
EntityNameIdPair