| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateResult.ErrorTypeEnum |
UpdateResult.ErrorTypeEnum.fromValue(String text) |
UpdateResult.ErrorTypeEnum |
UpdateResult.getErrorType()
In case the update result is not <code>OK</code>, this field contains the type of the error that occurred.
|
UpdateResult.ErrorTypeEnum |
UpdateResult.ErrorTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static UpdateResult.ErrorTypeEnum |
UpdateResult.ErrorTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateResult.ErrorTypeEnum[] |
UpdateResult.ErrorTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
UpdateResult.errorType(UpdateResult.ErrorTypeEnum errorType) |
void |
UpdateResult.setErrorType(UpdateResult.ErrorTypeEnum errorType) |
void |
UpdateResult.ErrorTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
UpdateResult.ErrorTypeEnum enumeration) |
Copyright © 2018. All rights reserved.