| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.QboListReportRequest |
Used to request a list report (see enum for the types encompassed by that). For now, no customization...but that will change.
Java class for QboListReportRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QboListReportRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ListReport" type="{http://www.intuit.com/sb/cdm/qboReports}QboListReportsEnum"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| listReport | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the listReport property.
| |||||||||||
Sets the value of the listReport property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the listReport property.
QboListReportsEnum
Sets the value of the listReport property.
| value | Allowed object is
QboListReportsEnum
|
|---|