| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
com.netsuite.webservices.lists.marketing_2010_2.types.CampaignResponse |
Class Overview
Java class for CampaignResponse.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CampaignResponse">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="_bouncedOther"/>
<enumeration value="_clickedThrough"/>
<enumeration value="_failedDeliveryFailure"/>
<enumeration value="_failedSpam"/>
<enumeration value="_invalidAddress"/>
<enumeration value="_invalidSenderAddress"/>
<enumeration value="_mailboxDisabled"/>
<enumeration value="_mailboxIsFull"/>
<enumeration value="_mailboxNotAcceptingMessages"/>
<enumeration value="_mailProtocolIssues"/>
<enumeration value="_mediaError"/>
<enumeration value="_messageExceedsSizeLengthLimits"/>
<enumeration value="_networkServerIssues"/>
<enumeration value="_opened"/>
<enumeration value="_purchased"/>
<enumeration value="_queued"/>
<enumeration value="_received"/>
<enumeration value="_responded"/>
<enumeration value="_securityIssues"/>
<enumeration value="_sent"/>
<enumeration value="_subscribed"/>
<enumeration value="_tooManyRecipients"/>
<enumeration value="_unsubscribed"/>
</restriction>
</simpleType>