| Package | Description |
|---|---|
| code.byted.cdp.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfileTag.OriginTypeEnum |
ProfileTag.OriginTypeEnum.fromValue(String input) |
ProfileTag.OriginTypeEnum |
ProfileTag.getOriginType()
Get originType
|
ProfileTag.OriginTypeEnum |
ProfileTag.OriginTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ProfileTag.OriginTypeEnum |
ProfileTag.OriginTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileTag.OriginTypeEnum[] |
ProfileTag.OriginTypeEnum.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.originType(ProfileTag.OriginTypeEnum originType) |
void |
ProfileTag.setOriginType(ProfileTag.OriginTypeEnum originType) |
void |
ProfileTag.OriginTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ProfileTag.OriginTypeEnum enumeration) |
Copyright © 2023. All rights reserved.