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