Interface | Description |
---|---|
ApiCallback<T> |
Callback for asynchronous API call.
|
Class | Description |
---|---|
ApiClient | |
ApiResponse<T> |
API response returned by API call.
|
Configuration | |
JSON | |
JSON.DateTypeAdapter |
Gson TypeAdapter for java.util.Date type
If the dateFormat is null, ISO8601Utils will be used.
|
JSON.SqlDateTypeAdapter |
Gson TypeAdapter for java.sql.Date type
If the dateFormat is null, a simple "yyyy-MM-dd" format will be used
(more efficient than SimpleDateFormat).
|
Pair | |
ProgressRequestBody | |
ProgressResponseBody | |
StringUtil |
Exception | Description |
---|---|
ApiException |
Copyright © 2022. All rights reserved.