| Package | Description |
|---|---|
| com.docspring |
| Modifier and Type | Method and Description |
|---|---|
static Error.StatusEnum |
Error.StatusEnum.fromValue(String text) |
Error.StatusEnum |
Error.getStatus()
Get status
|
Error.StatusEnum |
Error.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Error.StatusEnum |
Error.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Error.StatusEnum[] |
Error.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Error.setStatus(Error.StatusEnum status) |
Error |
Error.status(Error.StatusEnum status) |
void |
Error.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Error.StatusEnum enumeration) |
Copyright © 2020. All rights reserved.