Package com.courier.services.async
Class NotificationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.NotificationServiceAsync.WithRawResponse
public final class NotificationServiceAsyncImpl.WithRawResponseImpl implements NotificationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description NotificationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DraftServiceAsync.WithRawResponsedraft()CheckServiceAsync.WithRawResponsechecks()CompletableFuture<HttpResponseFor<NotificationListResponse>>list(NotificationListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<NotificationGetContent>>retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.NotificationServiceAsync.WithRawResponse
list, list, list, retrieveContent, retrieveContent, retrieveContent, retrieveContent, retrieveContent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
NotificationServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
checks
CheckServiceAsync.WithRawResponse checks()
-
list
CompletableFuture<HttpResponseFor<NotificationListResponse>> list(NotificationListParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationGetContent>> retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
-
-
-