public class GetEntityNotesResponse
extends java.lang.Object
Java class for getEntityNotesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEntityNotesResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://result.apiservice.bullhorn.com/}apiGetEntityNotesResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApiGetEntityNotesResult |
_return |
| Constructor and Description |
|---|
GetEntityNotesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApiGetEntityNotesResult |
getReturn()
Gets the value of the return property.
|
void |
setReturn(ApiGetEntityNotesResult value)
Sets the value of the return property.
|
protected ApiGetEntityNotesResult _return
public ApiGetEntityNotesResult getReturn()
ApiGetEntityNotesResultpublic void setReturn(ApiGetEntityNotesResult value)
value - allowed object is
ApiGetEntityNotesResult