public class AutomationChain extends InteractionDefinition
Java class for AutomationChain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomationChain">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}InteractionDefinition">
<sequence>
<element name="AutomationToChainID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
automationToChainID |
interactionObjectIDdescription, keyword, nameclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
AutomationChain() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomationToChainID()
Gets the value of the automationToChainID property.
|
void |
setAutomationToChainID(String value)
Sets the value of the automationToChainID property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getInteractionObjectID, 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 String automationToChainID
public String getAutomationToChainID()
Stringpublic void setAutomationToChainID(String value)
value - allowed object is
Stringpublic String toString()
toString in class InteractionDefinitionCopyright © 2017. All rights reserved.