public class ApiGetEditHistoryResult extends ApiResult
Java class for apiGetEditHistoryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetEditHistoryResult">
<complexContent>
<extension base="{http://result.apiservice.bullhorn.com/}apiResult">
<sequence>
<element name="editHistories" type="{http://edithistory.apiservice.bullhorn.com/}apiEditHistory" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ApiEditHistory> |
editHistories |
| Constructor and Description |
|---|
ApiGetEditHistoryResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ApiEditHistory> |
getEditHistories()
Gets the value of the editHistories property.
|
getSession, setSessionprotected java.util.List<ApiEditHistory> editHistories
public java.util.List<ApiEditHistory> getEditHistories()
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 editHistories property.
For example, to add a new item, do as follows:
getEditHistories().add(newItem);
Objects of the following type(s) are allowed in the list
ApiEditHistory