| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CustomFieldQueryParam |
Product: QBW Description: Defines repeatable parameters for the Custom Field Query
Java class for CustomFieldQueryParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldQueryParam">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomFieldDefinitionId" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
<element name="CustomFieldValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Operator" type="{http://www.intuit.com/sb/cdm/v2}operatorEnumType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customFieldDefinitionId | |||||||||||
| customFieldValue | |||||||||||
| operator | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customFieldDefinitionId property.
| |||||||||||
Gets the value of the customFieldValue property.
| |||||||||||
Gets the value of the operator property.
| |||||||||||
Sets the value of the customFieldDefinitionId property.
| |||||||||||
Sets the value of the customFieldValue property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customFieldDefinitionId property.
IdType
Gets the value of the customFieldValue property.
Gets the value of the operator property.
OperatorEnumType
Sets the value of the customFieldDefinitionId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the customFieldValue property.
| value | Allowed object is String |
|---|
Sets the value of the operator property.
| value | Allowed object is
OperatorEnumType
|
|---|