Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CustomPropertyDataType

Enum Representing various data types allowed for the custom property TEXT - String data type RICH_TEXT - Rich text to hold long descriptions and formatted values NUMBER - Numeric Data type BOOLEAN - Boolean type with allowed values of true or false DATE - Date data type

Enumeration members

Boolean

Boolean: = "BOOLEAN"

Date

Date: = "DATE"

Number

Number: = "NUMBER"

RichText

RichText: = "RICH_TEXT"

Text

Text: = "TEXT"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj