Interface CheckServiceAsync
-
- All Implemented Interfaces:
public interface CheckServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCheckServiceAsync.WithRawResponseA view of CheckServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract CheckServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract CheckServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
update
CompletableFuture<CheckUpdateResponse> update(String submissionId, CheckUpdateParams params)
-
update
CompletableFuture<CheckUpdateResponse> update(String submissionId, CheckUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<CheckUpdateResponse> update(CheckUpdateParams params)
-
update
abstract CompletableFuture<CheckUpdateResponse> update(CheckUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CheckListResponse> list(String submissionId, CheckListParams params)
-
list
CompletableFuture<CheckListResponse> list(String submissionId, CheckListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CheckListResponse> list(CheckListParams params)
-
list
abstract CompletableFuture<CheckListResponse> list(CheckListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(String submissionId, CheckDeleteParams params)
-
delete
CompletableFuture<Void> delete(String submissionId, CheckDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(CheckDeleteParams params)
-
delete
abstract CompletableFuture<Void> delete(CheckDeleteParams params, RequestOptions requestOptions)
-
-
-
-