Class CheckServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.notifications.CheckService
public final class CheckServiceImpl implements CheckService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CheckService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CheckServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CheckUpdateResponseupdate(CheckUpdateParams params, RequestOptions requestOptions)CheckListResponselist(CheckListParams params, RequestOptions requestOptions)Unitdelete(CheckDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
CheckService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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(CheckUpdateParams params, RequestOptions requestOptions)
-
list
CheckListResponse list(CheckListParams params, RequestOptions requestOptions)
-
delete
Unit delete(CheckDeleteParams params, RequestOptions requestOptions)
-
-
-
-