| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetEntryResultForReports |
Java class for get_entry_result_for_reports complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_entry_result_for_reports">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="field_list" type="{http://www.sugarcrm.com/sugarcrm}report_field_list"/>
<element name="entry_list" type="{http://www.sugarcrm.com/sugarcrm}report_entry_list"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entryList | |||||||||||
| fieldList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entryList property.
| |||||||||||
Gets the value of the fieldList property.
| |||||||||||
Sets the value of the entryList property.
| |||||||||||
Sets the value of the fieldList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the entryList property.
ReportEntryList
Gets the value of the fieldList property.
ReportFieldList
Sets the value of the entryList property.
| value | Allowed object is
ReportEntryList
|
|---|
Sets the value of the fieldList property.
| value | Allowed object is
ReportFieldList
|
|---|