Class CustomField
-
- All Implemented Interfaces:
public final class CustomField
Used in the CUSTOM_FIELDS module. Currently not used in the SDK.
-
-
Constructor Summary
Constructors Constructor Description CustomField(String alias, String name, FieldType type)
-
Method Summary
Modifier and Type Method Description final String
getAlias()
final String
getName()
final FieldType
getType()
final static CustomField
parse(JSONObject jsonObject)
-