| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.modules.quickbooks.windows.schema.SortByColumnCustomer | |
Java class for SortByColumnCustomer.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SortByColumnCustomer">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LastName"/>
<enumeration value="Name"/>
<enumeration value="CityCountry"/>
<enumeration value="DBCreatedTMS"/>
<enumeration value="OpenBalance"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SortByColumnCustomer | CITY_COUNTRY | ||||||||||
| SortByColumnCustomer | DB_CREATED_TMS | ||||||||||
| SortByColumnCustomer | LAST_NAME | Product: QBW Description: Note: Deprecated. | |||||||||
| SortByColumnCustomer | NAME | ||||||||||
| SortByColumnCustomer | OPEN_BALANCE | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Product: QBW Description: Note: Deprecated. The sorting for this entity is performed by using the "Name" element, not the "LastName".