| Package | Description |
|---|---|
| com.criteo.marketing.model |
| Modifier and Type | Method and Description |
|---|---|
static CriteoApiError.TypeEnum |
CriteoApiError.TypeEnum.fromValue(java.lang.String value) |
CriteoApiError.TypeEnum |
CriteoApiError.getType()
A machine-readable code specifying error category
|
CriteoApiError.TypeEnum |
CriteoApiError.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CriteoApiError.TypeEnum |
CriteoApiError.TypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CriteoApiError.TypeEnum[] |
CriteoApiError.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CriteoApiError.setType(CriteoApiError.TypeEnum type) |
CriteoApiError |
CriteoApiError.type(CriteoApiError.TypeEnum type) |
void |
CriteoApiError.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CriteoApiError.TypeEnum enumeration) |
Copyright © 2021. All rights reserved.