| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDetails.TypeEnum |
ErrorDetails.TypeEnum.fromValue(String text) |
ErrorDetails.TypeEnum |
ErrorDetails.getType()
Error type.
|
ErrorDetails.TypeEnum |
ErrorDetails.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ErrorDetails.TypeEnum |
ErrorDetails.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorDetails.TypeEnum[] |
ErrorDetails.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 |
ErrorDetails.setType(ErrorDetails.TypeEnum type) |
ErrorDetails |
ErrorDetails.type(ErrorDetails.TypeEnum type) |
void |
ErrorDetails.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ErrorDetails.TypeEnum enumeration) |
Copyright © 2018. All rights reserved.