Interface DraftServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DraftServiceAsync.WithRawResponseA view of DraftServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract 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(String id)
Returns a raw HTTP response for
get /notifications/{id}/draft/content, but is otherwise the same as DraftServiceAsync.retrieveContent.
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationGetContent>> retrieveContent(String id, DraftRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationGetContent>> retrieveContent(String id, DraftRetrieveContentParams params)
-
retrieveContent
abstract CompletableFuture<HttpResponseFor<NotificationGetContent>> retrieveContent(DraftRetrieveContentParams params, RequestOptions requestOptions)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationGetContent>> retrieveContent(DraftRetrieveContentParams params)
-
retrieveContent
CompletableFuture<HttpResponseFor<NotificationGetContent>> retrieveContent(String id, RequestOptions requestOptions)
-
-
-
-