public class DataExtensionDeleteResult extends DeleteResult
Java class for DataExtensionDeleteResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataExtensionDeleteResult">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}DeleteResult">
<sequence>
<element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="KeyErrors" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyError" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtensionError" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DataExtensionDeleteResult.KeyErrors
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorMessage |
protected DataExtensionDeleteResult.KeyErrors |
keyErrors |
objectconversationID, errorCode, ordinalID, overallStatusCode, requestID, requestType, resultDetailXML, resultType, statusCode, statusMessage| Constructor and Description |
|---|
DataExtensionDeleteResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
DataExtensionDeleteResult.KeyErrors |
getKeyErrors()
Gets the value of the keyErrors property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setKeyErrors(DataExtensionDeleteResult.KeyErrors value)
Sets the value of the keyErrors property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getObject, setObjectgetConversationID, getErrorCode, getOrdinalID, getOverallStatusCode, getRequestID, getRequestType, getResultDetailXML, getResultType, getStatusCode, getStatusMessage, setConversationID, setErrorCode, setOrdinalID, setOverallStatusCode, setRequestID, setRequestType, setResultDetailXML, setResultType, setStatusCode, setStatusMessageprotected String errorMessage
protected DataExtensionDeleteResult.KeyErrors keyErrors
public String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic DataExtensionDeleteResult.KeyErrors getKeyErrors()
DataExtensionDeleteResult.KeyErrorspublic void setKeyErrors(DataExtensionDeleteResult.KeyErrors value)
value - allowed object is
DataExtensionDeleteResult.KeyErrorspublic String toString()
toString in class DeleteResultCopyright © 2017. All rights reserved.