| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.SetEntriesRequestType |
Java class for set_entriesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="set_entriesRequestType">
<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="module_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
<element name="name_value_lists" type="{http://www.sugarcrm.com/sugarcrm}name_value_lists" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| moduleName | |||||||||||
| nameValueLists | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the nameValueLists property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the nameValueLists property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the moduleName property.
Gets the value of the nameValueLists property.
Gets the value of the session property.
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the nameValueLists property.
| nameValuesList | Allowed object is
MyList |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|