public class

CompanyPreferences

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

Class Overview

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>
 

Summary

Fields
protected Preferences preferences
Public Constructors
CompanyPreferences()
Public Methods
Preferences getPreferences()
Gets the value of the preferences property.
void setPreferences(Preferences value)
Sets the value of the preferences property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Preferences preferences

Public Constructors

public CompanyPreferences ()

Public Methods

public Preferences getPreferences ()

Gets the value of the preferences property.

Returns

public void setPreferences (Preferences value)

Sets the value of the preferences property.

Parameters
value Allowed object is Preferences