| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.SetCampaignMergeRequestType |
Java class for set_campaign_mergeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="set_campaign_mergeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="targets" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="campaign_id" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| campaignId | |||||||||||
| session | |||||||||||
| targets | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the campaignId property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Gets the value of the targets property.
| |||||||||||
Sets the value of the campaignId property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
Sets the value of the targets property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the campaignId property.
Gets the value of the session property.
Gets the value of the targets property.
SelectFields
Sets the value of the campaignId property.
| value | Allowed object is String |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|
Sets the value of the targets property.
| value | Allowed object is
SelectFields
|
|---|