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