| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.SearchResults |
Wrapper for search results. It will include one of the plural objects and meta-data about the search results
Java class for SearchResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchResults">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CdmCollections" type="{http://www.intuit.com/sb/cdm/v2}CdmCollections" minOccurs="0"/>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CurrentPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cdmCollections | |||||||||||
| count | |||||||||||
| currentPage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cdmCollections property.
| |||||||||||
Gets the value of the count property.
| |||||||||||
Gets the value of the currentPage property.
| |||||||||||
Sets the value of the cdmCollections property.
| |||||||||||
Sets the value of the count property.
| |||||||||||
Sets the value of the currentPage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cdmCollections property.
CdmCollections
Gets the value of the count property.
Gets the value of the currentPage property.
Sets the value of the cdmCollections property.
| value | Allowed object is
CdmCollections
|
|---|
Sets the value of the count property.
| value | Allowed object is Integer |
|---|
Sets the value of the currentPage property.
| value | Allowed object is Integer |
|---|