public final enum

ContactPropertiesNumberOfEmployees

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.module.hubspot.model.contact.ContactPropertiesNumberOfEmployees

Summary

Enum Values
ContactPropertiesNumberOfEmployees  _1000plus   
ContactPropertiesNumberOfEmployees  _100_500   
ContactPropertiesNumberOfEmployees  _1_5   
ContactPropertiesNumberOfEmployees  _25_50   
ContactPropertiesNumberOfEmployees  _500_1000   
ContactPropertiesNumberOfEmployees  _50_100   
ContactPropertiesNumberOfEmployees  _5_25   
Fields
private String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ContactPropertiesNumberOfEmployees getFromInteger(Integer number)
Transforms a number to a corresponding enum within range
static ContactPropertiesNumberOfEmployees getFromString(String value)
String getValue()
static ContactPropertiesNumberOfEmployees valueOf(String name)
final static ContactPropertiesNumberOfEmployees[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ContactPropertiesNumberOfEmployees _1000plus

public static final ContactPropertiesNumberOfEmployees _100_500

public static final ContactPropertiesNumberOfEmployees _1_5

public static final ContactPropertiesNumberOfEmployees _25_50

public static final ContactPropertiesNumberOfEmployees _500_1000

public static final ContactPropertiesNumberOfEmployees _50_100

public static final ContactPropertiesNumberOfEmployees _5_25

Fields

private String value

Public Methods

public static ContactPropertiesNumberOfEmployees getFromInteger (Integer number)

Transforms a number to a corresponding enum within range

Parameters
number The number to use as reference
Returns
  • The enum containing the number in range, or null if the number does not match any range

public static ContactPropertiesNumberOfEmployees getFromString (String value)

Parameters
value

public String getValue ()

public static ContactPropertiesNumberOfEmployees valueOf (String name)

Parameters
name

public static final ContactPropertiesNumberOfEmployees[] values ()