Package com.courier.services.blocking
Class ListServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.ListService
public final class ListServiceImpl implements ListService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classListServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ListService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ListServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SubscriptionServicesubscriptions()SubscriptionListretrieve(ListRetrieveParams params, RequestOptions requestOptions)Unitupdate(ListUpdateParams params, RequestOptions requestOptions)ListListResponselist(ListListParams params, RequestOptions requestOptions)Unitdelete(ListDeleteParams params, RequestOptions requestOptions)Unitrestore(ListRestoreParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.ListService
delete, delete, delete, delete, delete, list, list, list, restore, restore, restore, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
ListService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ListService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
subscriptions
SubscriptionService subscriptions()
-
retrieve
SubscriptionList retrieve(ListRetrieveParams params, RequestOptions requestOptions)
-
update
Unit update(ListUpdateParams params, RequestOptions requestOptions)
-
list
ListListResponse list(ListListParams params, RequestOptions requestOptions)
-
delete
Unit delete(ListDeleteParams params, RequestOptions requestOptions)
-
restore
Unit restore(ListRestoreParams params, RequestOptions requestOptions)
-
-
-
-