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