| Package | Description |
|---|---|
| com.criteo.marketing.model |
| Modifier and Type | Method and Description |
|---|---|
static ProblemDetails.TypeEnum |
ProblemDetails.TypeEnum.fromValue(java.lang.String value) |
ProblemDetails.TypeEnum |
ProblemDetails.getType()
Get type
|
ProblemDetails.TypeEnum |
ProblemDetails.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ProblemDetails.TypeEnum |
ProblemDetails.TypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProblemDetails.TypeEnum[] |
ProblemDetails.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 |
ProblemDetails.setType(ProblemDetails.TypeEnum type) |
ProblemDetails |
ProblemDetails.type(ProblemDetails.TypeEnum type) |
void |
ProblemDetails.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ProblemDetails.TypeEnum enumeration) |
Copyright © 2021. All rights reserved.