| Package | Description |
|---|---|
| services |
| Modifier and Type | Method and Description |
|---|---|
SendResponseBody |
SendService.send(SendRequestBody sendRequestBody) |
retrofit2.Call<SendResponseBody> |
SendInterface.send(SendRequestBody sendRequestBody,
String authorization,
String userAgent) |
SendResponseBody |
SendService.sendIdempotent(SendRequestBody sendRequestBody,
String idempotencyKey) |
retrofit2.Call<SendResponseBody> |
SendInterface.sendIdempotent(SendRequestBody sendRequestBody,
String authorization,
String userAgent,
String idempotencyKey) |
Copyright © 2023. All rights reserved.