public class TriggeredSend extends APIObject
Java class for TriggeredSend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TriggeredSend">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="TriggeredSendDefinition" type="{http://exacttarget.com/wsdl/partnerAPI}TriggeredSendDefinition"/>
<element name="Subscribers" type="{http://exacttarget.com/wsdl/partnerAPI}Subscriber" maxOccurs="unbounded"/>
<element name="Attributes" type="{http://exacttarget.com/wsdl/partnerAPI}Attribute" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attributes |
protected List<Subscriber> |
subscribers |
protected TriggeredSendDefinition |
triggeredSendDefinition |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
TriggeredSend() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttributes()
Gets the value of the attributes property.
|
List<Subscriber> |
getSubscribers()
Gets the value of the subscribers property.
|
TriggeredSendDefinition |
getTriggeredSendDefinition()
Gets the value of the triggeredSendDefinition property.
|
void |
setTriggeredSendDefinition(TriggeredSendDefinition value)
Sets the value of the triggeredSendDefinition 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 TriggeredSendDefinition triggeredSendDefinition
protected List<Subscriber> subscribers
public TriggeredSendDefinition getTriggeredSendDefinition()
TriggeredSendDefinitionpublic void setTriggeredSendDefinition(TriggeredSendDefinition value)
value - allowed object is
TriggeredSendDefinitionpublic List<Subscriber> getSubscribers()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the subscribers property.
For example, to add a new item, do as follows:
getSubscribers().add(newItem);
Objects of the following type(s) are allowed in the list
Subscriber
public List<Attribute> getAttributes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
Copyright © 2017. All rights reserved.