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