public class GetEditHistoryByTransactionIdResponse
extends java.lang.Object
Java class for getEditHistoryByTransactionIdResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEditHistoryByTransactionIdResponse">
<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 |
|---|
GetEditHistoryByTransactionIdResponse() |
| 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 GetEditHistoryByTransactionIdResponse()
public ApiGetEditHistoryResult getReturn()
ApiGetEditHistoryResultpublic void setReturn(ApiGetEditHistoryResult value)
value - allowed object is
ApiGetEditHistoryResult