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