public class PublicationSubscriber extends APIObject
Java class for PublicationSubscriber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublicationSubscriber">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Publication" type="{http://exacttarget.com/wsdl/partnerAPI}Publication" 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 Publication |
publication |
protected Subscriber |
subscriber |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
PublicationSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
Publication |
getPublication()
Gets the value of the publication property.
|
Subscriber |
getSubscriber()
Gets the value of the subscriber property.
|
void |
setPublication(Publication value)
Sets the value of the publication 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 Publication publication
protected Subscriber subscriber
public Publication getPublication()
Publicationpublic void setPublication(Publication value)
value - allowed object is
Publicationpublic Subscriber getSubscriber()
Subscriberpublic void setSubscriber(Subscriber value)
value - allowed object is
SubscriberCopyright © 2017. All rights reserved.