public class TriggeredSendCreateResult extends CreateResult
Java class for TriggeredSendCreateResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TriggeredSendCreateResult">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}CreateResult">
<sequence>
<element name="SubscriberFailures" type="{http://exacttarget.com/wsdl/partnerAPI}SubscriberResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SubscriberResult> |
subscriberFailures |
createResults, newID, newObjectID, object, parentPropertyName, partnerKeyconversationID, errorCode, ordinalID, overallStatusCode, requestID, requestType, resultDetailXML, resultType, statusCode, statusMessage| Constructor and Description |
|---|
TriggeredSendCreateResult() |
| Modifier and Type | Method and Description |
|---|---|
List<SubscriberResult> |
getSubscriberFailures()
Gets the value of the subscriberFailures property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getCreateResults, getNewID, getNewObjectID, getObject, getParentPropertyName, getPartnerKey, setNewID, setNewObjectID, setObject, setParentPropertyName, setPartnerKeygetConversationID, getErrorCode, getOrdinalID, getOverallStatusCode, getRequestID, getRequestType, getResultDetailXML, getResultType, getStatusCode, getStatusMessage, setConversationID, setErrorCode, setOrdinalID, setOverallStatusCode, setRequestID, setRequestType, setResultDetailXML, setResultType, setStatusCode, setStatusMessageprotected List<SubscriberResult> subscriberFailures
public List<SubscriberResult> getSubscriberFailures()
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 subscriberFailures property.
For example, to add a new item, do as follows:
getSubscriberFailures().add(newItem);
Objects of the following type(s) are allowed in the list
SubscriberResult
public String toString()
toString in class CreateResultCopyright © 2017. All rights reserved.