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