| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetEntriesRequestType |
Java class for get_entriesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_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="ids" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="select_fields" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
<element name="link_name_to_fields_array" type="{http://www.sugarcrm.com/sugarcrm}link_names_to_fields_array" form="unqualified"/>
<element name="track_view" type="{http://www.w3.org/2001/XMLSchema}boolean" form="unqualified"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ids | |||||||||||
| linkNameToFieldsArray | |||||||||||
| moduleName | |||||||||||
| selectFields | |||||||||||
| session | |||||||||||
| trackView | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the ids property.
| |||||||||||
Gets the value of the linkNameToFieldsArray property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the selectFields property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Gets the value of the trackView property.
| |||||||||||
Sets the value of the ids property.
| |||||||||||
Sets the value of the linkNameToFieldsArray property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the selectFields property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
Sets the value of the trackView property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the ids property.
SelectFields
Gets the value of the linkNameToFieldsArray property.
Gets the value of the moduleName property.
Gets the value of the selectFields property.
SelectFields
Gets the value of the session property.
Gets the value of the trackView property.
Sets the value of the linkNameToFieldsArray property.
| value | Allowed object is
ListToSendByCxf |
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the selectFields property.
| fields | Allowed object is
SelectFields
|
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|
Sets the value of the trackView property.
| value |
|---|