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