Package | Description |
---|---|
org.mule.module.hubspot.model.contact |
Modifier and Type | Method and Description |
---|---|
static ContactPropertiesNumberOfEmployees |
ContactPropertiesNumberOfEmployees.getFromInteger(Integer number)
Transforms a number to a corresponding enum within range
|
static ContactPropertiesNumberOfEmployees |
ContactPropertiesNumberOfEmployees.getFromString(String value) |
ContactPropertiesNumberOfEmployees |
ContactProperties.getNumemployees() |
static ContactPropertiesNumberOfEmployees |
ContactPropertiesNumberOfEmployees.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactPropertiesNumberOfEmployees[] |
ContactPropertiesNumberOfEmployees.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactProperties.setNumemployees(ContactPropertiesNumberOfEmployees numemployees) |
Copyright © 2010–2016. All rights reserved.