Class BatchServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.messages.BatchServiceAsync.WithRawResponse
public final class BatchServiceAsyncImpl.WithRawResponseImpl implements BatchServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class app.knock.api.services.async.messages.BatchServiceAsync.WithRawResponse
archive, getContent, markAsInteracted, markAsRead, markAsSeen, markAsUnread, markAsUnseen, unarchive -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
archive
CompletableFuture<HttpResponseFor<List<Message>>> archive(BatchArchiveParams params, RequestOptions requestOptions)
-
getContent
CompletableFuture<HttpResponseFor<List<BatchGetContentResponse>>> getContent(BatchGetContentParams params, RequestOptions requestOptions)
-
markAsInteracted
CompletableFuture<HttpResponseFor<List<Message>>> markAsInteracted(BatchMarkAsInteractedParams params, RequestOptions requestOptions)
-
markAsRead
CompletableFuture<HttpResponseFor<List<Message>>> markAsRead(BatchMarkAsReadParams params, RequestOptions requestOptions)
-
markAsSeen
CompletableFuture<HttpResponseFor<List<Message>>> markAsSeen(BatchMarkAsSeenParams params, RequestOptions requestOptions)
-
markAsUnread
CompletableFuture<HttpResponseFor<List<Message>>> markAsUnread(BatchMarkAsUnreadParams params, RequestOptions requestOptions)
-
markAsUnseen
CompletableFuture<HttpResponseFor<List<Message>>> markAsUnseen(BatchMarkAsUnseenParams params, RequestOptions requestOptions)
-
unarchive
CompletableFuture<HttpResponseFor<List<Message>>> unarchive(BatchUnarchiveParams params, RequestOptions requestOptions)
-
-
-
-