| Package | Description |
|---|---|
| org.mule.modules.salesforce.analytics.internal.metadata |
| Modifier and Type | Method and Description |
|---|---|
DataType |
TypeSerializerDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfJson,
com.google.gson.JsonDeserializationContext context) |
static DataType |
DataType.getFormat(String name)
Returns instance of format enum from string.
|
DataType |
FieldMetadata.getType()
Getter method for type of the field.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
TypeSerializerDeserializer.serialize(DataType fieldType,
Type typeOfFieldType,
com.google.gson.JsonSerializationContext context) |
void |
FieldMetadata.setType(DataType type)
Setter method for type of the field.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.