| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.lists.marketing_2010_2.CampaignResponse | |
Java class for CampaignResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignResponse">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="entity" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="leadSource" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="campaignEvent" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="campaignResponseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="response" type="{urn:types.marketing_2010_2.lists.webservices.netsuite.com}CampaignResponseResponse" minOccurs="0"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responsesList" type="{urn:marketing_2010_2.lists.webservices.netsuite.com}CampaignResponseResponsesList" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| campaignEvent | |||||||||||
| campaignResponseDate | |||||||||||
| channel | |||||||||||
| entity | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| leadSource | |||||||||||
| note | |||||||||||
| response | |||||||||||
| responsesList | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the campaignEvent property.
| |||||||||||
Gets the value of the campaignResponseDate property.
| |||||||||||
Gets the value of the channel property.
| |||||||||||
Gets the value of the entity property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the leadSource property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the response property.
| |||||||||||
Gets the value of the responsesList property.
| |||||||||||
Sets the value of the campaignEvent property.
| |||||||||||
Sets the value of the campaignResponseDate property.
| |||||||||||
Sets the value of the channel property.
| |||||||||||
Sets the value of the entity property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the leadSource property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the response property.
| |||||||||||
Sets the value of the responsesList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the campaignEvent property.
RecordRef
Gets the value of the campaignResponseDate property.
Gets the value of the channel property.
Gets the value of the entity property.
RecordRef
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the leadSource property.
RecordRef
Gets the value of the note property.
Gets the value of the response property.
CampaignResponseResponse
Gets the value of the responsesList property.
CampaignResponseResponsesList
Sets the value of the campaignEvent property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the campaignResponseDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the channel property.
| value | Allowed object is String |
|---|
Sets the value of the entity property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the leadSource property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the response property.
| value | Allowed object is
CampaignResponseResponse
|
|---|
Sets the value of the responsesList property.
| value | Allowed object is
CampaignResponseResponsesList
|
|---|