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
-
Methods inherited from class com.courier.services.async.NotificationServiceAsync.WithRawResponse
archive, archive, archive, archive, archive, create, create, create, list, list, list, listVersions, listVersions, listVersions, listVersions, listVersions, publish, publish, publish, publish, publish, putContent, putContent, putContent, putElement, putElement, putElement, putLocale, putLocale, putLocale, replace, replace, replace, retrieve, retrieve, retrieve, retrieve, retrieve, 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()
-
create
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> create(NotificationCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> retrieve(NotificationRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<NotificationListResponse>> list(NotificationListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponse> archive(NotificationArchiveParams params, RequestOptions requestOptions)
-
listVersions
CompletableFuture<HttpResponseFor<NotificationTemplateVersionListResponse>> listVersions(NotificationListVersionsParams params, RequestOptions requestOptions)
-
publish
CompletableFuture<HttpResponse> publish(NotificationPublishParams params, RequestOptions requestOptions)
-
putContent
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putContent(NotificationPutContentParams params, RequestOptions requestOptions)
-
putElement
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putElement(NotificationPutElementParams params, RequestOptions requestOptions)
-
putLocale
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putLocale(NotificationPutLocaleParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> replace(NotificationReplaceParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationRetrieveContentResponse>> retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
-
-
-