Package app.knock.api.services.async
Class MessageServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.MessageServiceAsync
public final class MessageServiceAsyncImpl implements MessageServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class app.knock.api.services.async.MessageServiceAsync
archive, archive, archive, archive, archive, get, get, get, get, get, getContent, getContent, getContent, getContent, getContent, list, list, list, listActivities, listActivities, listActivities, listActivities, listActivities, listDeliveryLogs, listDeliveryLogs, listDeliveryLogs, listDeliveryLogs, listDeliveryLogs, listEvents, listEvents, listEvents, listEvents, listEvents, markAsInteracted, markAsInteracted, markAsInteracted, markAsInteracted, markAsInteracted, markAsRead, markAsRead, markAsRead, markAsRead, markAsRead, markAsSeen, markAsSeen, markAsSeen, markAsSeen, markAsSeen, markAsUnread, markAsUnread, markAsUnread, markAsUnread, markAsUnread, markAsUnseen, markAsUnseen, markAsUnseen, markAsUnseen, markAsUnseen, unarchive, unarchive, unarchive, unarchive, unarchive -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
MessageServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
batch
BatchServiceAsync batch()
-
activities
ActivityServiceAsync activities()
-
list
CompletableFuture<MessageListPageAsync> list(MessageListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<Message> archive(MessageArchiveParams params, RequestOptions requestOptions)
-
get
CompletableFuture<Message> get(MessageGetParams params, RequestOptions requestOptions)
-
getContent
CompletableFuture<MessageGetContentResponse> getContent(MessageGetContentParams params, RequestOptions requestOptions)
-
listActivities
CompletableFuture<MessageListActivitiesPageAsync> listActivities(MessageListActivitiesParams params, RequestOptions requestOptions)
-
listDeliveryLogs
CompletableFuture<MessageListDeliveryLogsPageAsync> listDeliveryLogs(MessageListDeliveryLogsParams params, RequestOptions requestOptions)
-
listEvents
CompletableFuture<MessageListEventsPageAsync> listEvents(MessageListEventsParams params, RequestOptions requestOptions)
-
markAsInteracted
CompletableFuture<Message> markAsInteracted(MessageMarkAsInteractedParams params, RequestOptions requestOptions)
-
markAsRead
CompletableFuture<Message> markAsRead(MessageMarkAsReadParams params, RequestOptions requestOptions)
-
markAsSeen
CompletableFuture<Message> markAsSeen(MessageMarkAsSeenParams params, RequestOptions requestOptions)
-
markAsUnread
CompletableFuture<Message> markAsUnread(MessageMarkAsUnreadParams params, RequestOptions requestOptions)
-
markAsUnseen
CompletableFuture<Message> markAsUnseen(MessageMarkAsUnseenParams params, RequestOptions requestOptions)
-
unarchive
CompletableFuture<Message> unarchive(MessageUnarchiveParams params, RequestOptions requestOptions)
-
-
-
-