public class CampaignPerformOptions extends PerformOptions
Java class for CampaignPerformOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignPerformOptions">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}PerformOptions">
<sequence>
<element name="OccurrenceIDs" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="OccurrenceIDsIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Options.SaveOptions| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
occurrenceIDs |
protected Integer |
occurrenceIDsIndex |
explanation, programActivityInstanceIDcallsInConversation, client, conversationID, priority, queuePriority, requestType, saveOptions, scheduledTime, sendResponseTo, sequenceCode| Constructor and Description |
|---|
CampaignPerformOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getOccurrenceIDs()
Gets the value of the occurrenceIDs property.
|
Integer |
getOccurrenceIDsIndex()
Gets the value of the occurrenceIDsIndex property.
|
void |
setOccurrenceIDsIndex(Integer value)
Sets the value of the occurrenceIDsIndex property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getExplanation, getProgramActivityInstanceID, setExplanation, setProgramActivityInstanceIDgetCallsInConversation, getClient, getConversationID, getPriority, getQueuePriority, getRequestType, getSaveOptions, getScheduledTime, getSendResponseTo, getSequenceCode, setCallsInConversation, setClient, setConversationID, setPriority, setQueuePriority, setRequestType, setSaveOptions, setScheduledTime, setSequenceCodeprotected Integer occurrenceIDsIndex
public List<String> getOccurrenceIDs()
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 occurrenceIDs property.
For example, to add a new item, do as follows:
getOccurrenceIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Integer getOccurrenceIDsIndex()
Integerpublic void setOccurrenceIDsIndex(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class PerformOptionsCopyright © 2017. All rights reserved.