public class

QboListReportRequest

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.QboListReportRequest

Class Overview

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>
 

Summary

Fields
protected QboListReportsEnum listReport
Public Constructors
QboListReportRequest()
Public Methods
QboListReportsEnum getListReport()
Gets the value of the listReport property.
void setListReport(QboListReportsEnum value)
Sets the value of the listReport property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected QboListReportsEnum listReport

Public Constructors

public QboListReportRequest ()

Public Methods

public QboListReportsEnum getListReport ()

Gets the value of the listReport property.

Returns

public void setListReport (QboListReportsEnum value)

Sets the value of the listReport property.

Parameters
value Allowed object is QboListReportsEnum