| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CdmComplexBase | |
| ↳ | org.mule.modules.quickbooks.online.schema.CompanyPreferences | |
Defines a wrapper for rest response substitution in Preferences api. see CompanyPreferences element in RestDataFilter.xsd
Java class for CompanyPreferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompanyPreferences">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmComplexBase">
<sequence>
<element name="Preferences" type="{http://www.intuit.com/sb/cdm/v2}Preferences" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| preferences | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the preferences property.
| |||||||||||
Sets the value of the preferences property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the preferences property.
Preferences
Sets the value of the preferences property.
| value | Allowed object is
Preferences
|
|---|