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