| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.module.hubspot.model.contact.ContactPropertiesNumberOfEmployees | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ContactPropertiesNumberOfEmployees | _1000plus | ||||||||||
| ContactPropertiesNumberOfEmployees | _100_500 | ||||||||||
| ContactPropertiesNumberOfEmployees | _1_5 | ||||||||||
| ContactPropertiesNumberOfEmployees | _25_50 | ||||||||||
| ContactPropertiesNumberOfEmployees | _500_1000 | ||||||||||
| ContactPropertiesNumberOfEmployees | _50_100 | ||||||||||
| ContactPropertiesNumberOfEmployees | _5_25 | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Transforms a number to a corresponding enum within range
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Transforms a number to a corresponding enum within range
| number | The number to use as reference |
|---|