@FunctionalInterface public interface ResponseChecker
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResponseChecker.CheckResult |
| Modifier and Type | Field and Description |
|---|---|
static ResponseChecker |
NONE |
| Modifier and Type | Method and Description |
|---|---|
ResponseChecker.CheckResult |
checkCode(int code)
This function controls how the service class reacts to response codes.
|
static final ResponseChecker NONE
ResponseChecker.CheckResult checkCode(int code)
code - returned from http requestCopyright © 2022 SAP. All rights reserved.