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