public final enum

CustomContactPropertyType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.module.hubspot.model.contactproperty.CustomContactPropertyType

Summary

Enum Values
CustomContactPropertyType  BOOL   
CustomContactPropertyType  DATETIME   
CustomContactPropertyType  ENUMERATION   
CustomContactPropertyType  NUMBER   
CustomContactPropertyType  STRING   
Fields
private String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CustomContactPropertyType getFromString(String value)
String getValue()
static CustomContactPropertyType valueOf(String name)
final static CustomContactPropertyType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CustomContactPropertyType BOOL

public static final CustomContactPropertyType DATETIME

public static final CustomContactPropertyType ENUMERATION

public static final CustomContactPropertyType NUMBER

public static final CustomContactPropertyType STRING

Fields

private String value

Public Methods

public static CustomContactPropertyType getFromString (String value)

Parameters
value

public String getValue ()

public static CustomContactPropertyType valueOf (String name)

Parameters
name

public static final CustomContactPropertyType[] values ()