Interface NotificationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface NotificationServiceAsync.WithRawResponseA view of NotificationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract 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
abstract CheckServiceAsync.WithRawResponse checks()
-
create
CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> create(NotificationCreateParams params)
Returns a raw HTTP response for
post /notifications, but is otherwise the same as NotificationServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> create(NotificationCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> create(NotificationTemplateCreateRequest notificationTemplateCreateRequest, RequestOptions requestOptions)
-
create
CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> create(NotificationTemplateCreateRequest notificationTemplateCreateRequest)
-
retrieve
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> retrieve(String id)
Returns a raw HTTP response for
get /notifications/{id}, but is otherwise the same as NotificationServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> retrieve(String id, NotificationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> retrieve(String id, NotificationRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> retrieve(NotificationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> retrieve(NotificationRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<NotificationTemplateGetResponse>> retrieve(String id, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<NotificationListResponse>> list()
Returns a raw HTTP response for
get /notifications, but is otherwise the same as NotificationServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<NotificationListResponse>> list(NotificationListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<NotificationListResponse>> list(NotificationListParams params)
-
list
CompletableFuture<HttpResponseFor<NotificationListResponse>> list(RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponse> archive(String id)
Returns a raw HTTP response for
delete /notifications/{id}, but is otherwise the same as NotificationServiceAsync.archive.
-
archive
CompletableFuture<HttpResponse> archive(String id, NotificationArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponse> archive(String id, NotificationArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponse> archive(NotificationArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponse> archive(NotificationArchiveParams params)
-
archive
CompletableFuture<HttpResponse> archive(String id, RequestOptions requestOptions)
-
listVersions
CompletableFuture<HttpResponseFor<NotificationTemplateVersionListResponse>> listVersions(String id)
Returns a raw HTTP response for
get /notifications/{id}/versions, but is otherwise the same as NotificationServiceAsync.listVersions.
-
listVersions
CompletableFuture<HttpResponseFor<NotificationTemplateVersionListResponse>> listVersions(String id, NotificationListVersionsParams params, RequestOptions requestOptions)
-
listVersions
CompletableFuture<HttpResponseFor<NotificationTemplateVersionListResponse>> listVersions(String id, NotificationListVersionsParams params)
-
listVersions
abstract CompletableFuture<HttpResponseFor<NotificationTemplateVersionListResponse>> listVersions(NotificationListVersionsParams params, RequestOptions requestOptions)
-
listVersions
CompletableFuture<HttpResponseFor<NotificationTemplateVersionListResponse>> listVersions(NotificationListVersionsParams params)
-
listVersions
CompletableFuture<HttpResponseFor<NotificationTemplateVersionListResponse>> listVersions(String id, RequestOptions requestOptions)
-
publish
CompletableFuture<HttpResponse> publish(String id)
Returns a raw HTTP response for
post /notifications/{id}/publish, but is otherwise the same as NotificationServiceAsync.publish.
-
publish
CompletableFuture<HttpResponse> publish(String id, NotificationPublishParams params, RequestOptions requestOptions)
-
publish
CompletableFuture<HttpResponse> publish(String id, NotificationPublishParams params)
-
publish
abstract CompletableFuture<HttpResponse> publish(NotificationPublishParams params, RequestOptions requestOptions)
-
publish
CompletableFuture<HttpResponse> publish(NotificationPublishParams params)
-
publish
CompletableFuture<HttpResponse> publish(String id, RequestOptions requestOptions)
-
putContent
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putContent(String id, NotificationPutContentParams params)
Returns a raw HTTP response for
put /notifications/{id}/content, but is otherwise the same as NotificationServiceAsync.putContent.
-
putContent
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putContent(String id, NotificationPutContentParams params, RequestOptions requestOptions)
-
putContent
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putContent(NotificationPutContentParams params)
-
putContent
abstract CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putContent(NotificationPutContentParams params, RequestOptions requestOptions)
-
putElement
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putElement(String elementId, NotificationPutElementParams params)
Returns a raw HTTP response for
put /notifications/{id}/elements/{elementId}, but is otherwise the same as NotificationServiceAsync.putElement.
-
putElement
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putElement(String elementId, NotificationPutElementParams params, RequestOptions requestOptions)
-
putElement
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putElement(NotificationPutElementParams params)
-
putElement
abstract CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putElement(NotificationPutElementParams params, RequestOptions requestOptions)
-
putLocale
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putLocale(String localeId, NotificationPutLocaleParams params)
Returns a raw HTTP response for
put /notifications/{id}/locales/{localeId}, but is otherwise the same as NotificationServiceAsync.putLocale.
-
putLocale
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putLocale(String localeId, NotificationPutLocaleParams params, RequestOptions requestOptions)
-
putLocale
CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putLocale(NotificationPutLocaleParams params)
-
putLocale
abstract CompletableFuture<HttpResponseFor<NotificationContentMutationResponse>> putLocale(NotificationPutLocaleParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> replace(String id, NotificationReplaceParams params)
Returns a raw HTTP response for
put /notifications/{id}, but is otherwise the same as NotificationServiceAsync.replace.
-
replace
CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> replace(String id, NotificationReplaceParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> replace(NotificationReplaceParams params)
-
replace
abstract CompletableFuture<HttpResponseFor<NotificationTemplateMutationResponse>> replace(NotificationReplaceParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationRetrieveContentResponse>> retrieveContent(String id)
Returns a raw HTTP response for
get /notifications/{id}/content, but is otherwise the same as NotificationServiceAsync.retrieveContent.
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationRetrieveContentResponse>> retrieveContent(String id, NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationRetrieveContentResponse>> retrieveContent(String id, NotificationRetrieveContentParams params)
-
retrieveContent
abstract CompletableFuture<HttpResponseFor<NotificationRetrieveContentResponse>> retrieveContent(NotificationRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationRetrieveContentResponse>> retrieveContent(NotificationRetrieveContentParams params)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationRetrieveContentResponse>> retrieveContent(String id, RequestOptions requestOptions)
-
-
-
-