| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmComplexBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CompanyPreferences | |
Product: QBW Description: Defines a wrapper for rest response substitution in Preferences api. see CompanyPreferences element in RestDataFilter.xsd. Contains settings for company-wide preferences, which affect all users.
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmComplexBase
| |||||||||||
| 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
|
|---|