public class ApiEventsUnsubscribeResult extends ApiResult
Java class for apiEventsUnsubscribeResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiEventsUnsubscribeResult"> <complexContent> <extension base="{http://result.apiservice.bullhorn.com/}apiResult"> <sequence> <element name="unsubscribed" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
unsubscribed |
Constructor and Description |
---|
ApiEventsUnsubscribeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
isUnsubscribed()
Gets the value of the unsubscribed property.
|
void |
setUnsubscribed(boolean value)
Sets the value of the unsubscribed property.
|
getSession, setSession