Class DraftServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.notifications.DraftServiceAsync.WithRawResponse
public final class DraftServiceAsyncImpl.WithRawResponseImpl implements DraftServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DraftServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<NotificationGetContent>>retrieveContent(DraftRetrieveContentParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.notifications.DraftServiceAsync.WithRawResponse
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
DraftServiceAsync.WithRawResponse 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<HttpResponseFor<NotificationGetContent>> retrieveContent(DraftRetrieveContentParams params, RequestOptions requestOptions)
-
-
-
-