public class SubscriberList extends APIObject
Java class for SubscriberList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriberList">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Status" type="{http://exacttarget.com/wsdl/partnerAPI}SubscriberStatus" minOccurs="0"/>
<element name="List" type="{http://exacttarget.com/wsdl/partnerAPI}List" minOccurs="0"/>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Subscriber" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected List |
list |
protected SubscriberStatus |
status |
protected Subscriber |
subscriber |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SubscriberList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
List |
getList()
Gets the value of the list property.
|
SubscriberStatus |
getStatus()
Gets the value of the status property.
|
Subscriber |
getSubscriber()
Gets the value of the subscriber property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setList(List value)
Sets the value of the list property.
|
void |
setStatus(SubscriberStatus value)
Sets the value of the status property.
|
void |
setSubscriber(Subscriber value)
Sets the value of the subscriber property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected SubscriberStatus status
protected List list
protected String action
protected Subscriber subscriber
public SubscriberStatus getStatus()
SubscriberStatuspublic void setStatus(SubscriberStatus value)
value - allowed object is
SubscriberStatuspublic void setList(List value)
value - allowed object is
Listpublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic Subscriber getSubscriber()
Subscriberpublic void setSubscriber(Subscriber value)
value - allowed object is
SubscriberCopyright © 2017. All rights reserved.