| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
Error2 |
Error2.additionalInfo(String additionalInfo) |
Error2 |
Error2.errorCode(String errorCode) |
static Error2 |
Error2.fromJson(String jsonString)
Create an instance of Error2 given an JSON string
|
Error2 |
Error2.message(String message) |
Error2 |
Error2.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Error2> |
ResponseHeader.getErrors()
Get errors
|
| Modifier and Type | Method and Description |
|---|---|
ResponseHeader |
ResponseHeader.addErrorsItem(Error2 errorsItem) |
| Modifier and Type | Method and Description |
|---|---|
ResponseHeader |
ResponseHeader.errors(List<Error2> errors) |
void |
ResponseHeader.setErrors(List<Error2> errors) |
Copyright © 2024. All rights reserved.