| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.Record | |
| ↳ | com.netsuite.webservices.lists.marketing_2010_2.CampaignSubscription | |
Java class for CampaignSubscription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignSubscription">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscribedByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="unsubscribed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="externalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="externalDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| externalDescription | |||||||||||
| externalId | |||||||||||
| externalName | |||||||||||
| internalId | |||||||||||
| isInactive | |||||||||||
| name | |||||||||||
| subscribedByDefault | |||||||||||
| unsubscribed | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the externalDescription property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the externalName property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the isInactive property.
| |||||||||||
Gets the value of the subscribedByDefault property.
| |||||||||||
Gets the value of the unsubscribed property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the externalDescription property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the externalName property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the isInactive property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the subscribedByDefault property.
| |||||||||||
Sets the value of the unsubscribed property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the externalDescription property.
Gets the value of the externalId property.
Gets the value of the externalName property.
Gets the value of the internalId property.
Gets the value of the name property.
Gets the value of the isInactive property.
Gets the value of the subscribedByDefault property.
Gets the value of the unsubscribed property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the externalDescription property.
| value | Allowed object is String |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the externalName property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the isInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the subscribedByDefault property.
| value | Allowed object is Boolean |
|---|
Sets the value of the unsubscribed property.
| value | Allowed object is Boolean |
|---|