Package com.courier.services.blocking
Class ListServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.ListService.WithRawResponse
public final class ListServiceImpl.WithRawResponseImpl implements ListService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ListService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SubscriptionService.WithRawResponsesubscriptions()HttpResponseFor<SubscriptionList>retrieve(ListRetrieveParams params, RequestOptions requestOptions)HttpResponseupdate(ListUpdateParams params, RequestOptions requestOptions)HttpResponseFor<ListListResponse>list(ListListParams params, RequestOptions requestOptions)HttpResponsedelete(ListDeleteParams params, RequestOptions requestOptions)HttpResponserestore(ListRestoreParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.blocking.ListService.WithRawResponse
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
-
withOptions
ListService.WithRawResponse 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.WithRawResponse subscriptions()
-
retrieve
HttpResponseFor<SubscriptionList> retrieve(ListRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponse update(ListUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<ListListResponse> list(ListListParams params, RequestOptions requestOptions)
-
delete
HttpResponse delete(ListDeleteParams params, RequestOptions requestOptions)
-
restore
HttpResponse restore(ListRestoreParams params, RequestOptions requestOptions)
-
-
-
-