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