public class SMSTriggeredSendDefinition extends SendDefinition
Java class for SMSTriggeredSendDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMSTriggeredSendDefinition">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}SendDefinition">
<sequence>
<element name="Publication" type="{http://exacttarget.com/wsdl/partnerAPI}List" minOccurs="0"/>
<element name="DataExtension" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtension" minOccurs="0"/>
<element name="Content" type="{http://exacttarget.com/wsdl/partnerAPI}ContentArea" minOccurs="0"/>
<element name="SendToList" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContentArea |
content |
protected DataExtension |
dataExtension |
protected List |
publication |
protected Boolean |
sendToList |
categoryID, deliveryProfile, domainType, footerContentArea, footerSalutationSource, fromAddress, fromName, headerContentArea, headerSalutationSource, isSendLogging, privateDomain, privateIP, sendClassification, senderProfile, sourceAddressType, suppressTrackinginteractionObjectIDdescription, keyword, nameclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SMSTriggeredSendDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ContentArea |
getContent()
Gets the value of the content property.
|
DataExtension |
getDataExtension()
Gets the value of the dataExtension property.
|
List |
getPublication()
Gets the value of the publication property.
|
Boolean |
getSendToList()
Gets the value of the sendToList property.
|
void |
setContent(ContentArea value)
Sets the value of the content property.
|
void |
setDataExtension(DataExtension value)
Sets the value of the dataExtension property.
|
void |
setPublication(List value)
Sets the value of the publication property.
|
void |
setSendToList(Boolean value)
Sets the value of the sendToList property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getCategoryID, getDeliveryProfile, getDomainType, getFooterContentArea, getFooterSalutationSource, getFromAddress, getFromName, getHeaderContentArea, getHeaderSalutationSource, getIsSendLogging, getPrivateDomain, getPrivateIP, getSendClassification, getSenderProfile, getSourceAddressType, getSuppressTracking, setCategoryID, setDeliveryProfile, setDomainType, setFooterContentArea, setFooterSalutationSource, setFromAddress, setFromName, setHeaderContentArea, setHeaderSalutationSource, setIsSendLogging, setPrivateDomain, setPrivateIP, setSendClassification, setSenderProfile, setSourceAddressType, setSuppressTrackinggetInteractionObjectID, setInteractionObjectIDgetDescription, getKeyword, getName, setDescription, setKeyword, setNamegetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected List publication
protected DataExtension dataExtension
protected ContentArea content
protected Boolean sendToList
public List getPublication()
Listpublic void setPublication(List value)
value - allowed object is
Listpublic DataExtension getDataExtension()
DataExtensionpublic void setDataExtension(DataExtension value)
value - allowed object is
DataExtensionpublic ContentArea getContent()
ContentAreapublic void setContent(ContentArea value)
value - allowed object is
ContentAreapublic Boolean getSendToList()
Booleanpublic void setSendToList(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class SendDefinitionCopyright © 2017. All rights reserved.