public class

CustomFieldQuery

extends QueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.QueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.CustomFieldQuery

Class Overview

Java class for CustomFieldQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomFieldQuery">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}QueryBase">
     </extension>
   </complexContent>
 </complexType>
 

Summary

[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.QueryBase
Public Constructors
CustomFieldQuery()
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.QueryBase
From class java.lang.Object

Public Constructors

public CustomFieldQuery ()