Package com.courier.services.async
Class NotificationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.NotificationServiceAsync
public final class NotificationServiceAsyncImpl implements NotificationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description NotificationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. NotificationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. DraftServiceAsyncdraft()CheckServiceAsyncchecks()CompletableFuture<NotificationListResponse>list(NotificationListParams params, RequestOptions requestOptions)CompletableFuture<NotificationGetContent>retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.NotificationServiceAsync
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
-
withRawResponse
NotificationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
NotificationServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
draft
DraftServiceAsync draft()
-
checks
CheckServiceAsync checks()
-
list
CompletableFuture<NotificationListResponse> list(NotificationListParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<NotificationGetContent> retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
-
-
-