| Package | Description |
|---|---|
| code.byted.cdp.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfileTag.DataTypeEnum |
ProfileTag.DataTypeEnum.fromValue(String input) |
ProfileTag.DataTypeEnum |
ProfileTag.getDataType()
Get dataType
|
ProfileTag.DataTypeEnum |
ProfileTag.DataTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ProfileTag.DataTypeEnum |
ProfileTag.DataTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileTag.DataTypeEnum[] |
ProfileTag.DataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileTag |
ProfileTag.dataType(ProfileTag.DataTypeEnum dataType) |
void |
ProfileTag.setDataType(ProfileTag.DataTypeEnum dataType) |
void |
ProfileTag.DataTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ProfileTag.DataTypeEnum enumeration) |
Copyright © 2023. All rights reserved.