Class GuideServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.users.GuideServiceAsync.WithRawResponse
public final class GuideServiceAsyncImpl.WithRawResponseImpl implements GuideServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<GuideGetChannelResponse>>getChannel(GuideGetChannelParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<GuideMarkMessageAsArchivedResponse>>markMessageAsArchived(GuideMarkMessageAsArchivedParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<GuideMarkMessageAsInteractedResponse>>markMessageAsInteracted(GuideMarkMessageAsInteractedParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<GuideMarkMessageAsSeenResponse>>markMessageAsSeen(GuideMarkMessageAsSeenParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.users.GuideServiceAsync.WithRawResponse
getChannel, getChannel, getChannel, getChannel, getChannel, markMessageAsArchived, markMessageAsArchived, markMessageAsArchived, markMessageAsInteracted, markMessageAsInteracted, markMessageAsInteracted, markMessageAsSeen, markMessageAsSeen, markMessageAsSeen -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getChannel
CompletableFuture<HttpResponseFor<GuideGetChannelResponse>> getChannel(GuideGetChannelParams params, RequestOptions requestOptions)
-
markMessageAsArchived
CompletableFuture<HttpResponseFor<GuideMarkMessageAsArchivedResponse>> markMessageAsArchived(GuideMarkMessageAsArchivedParams params, RequestOptions requestOptions)
-
markMessageAsInteracted
CompletableFuture<HttpResponseFor<GuideMarkMessageAsInteractedResponse>> markMessageAsInteracted(GuideMarkMessageAsInteractedParams params, RequestOptions requestOptions)
-
markMessageAsSeen
CompletableFuture<HttpResponseFor<GuideMarkMessageAsSeenResponse>> markMessageAsSeen(GuideMarkMessageAsSeenParams params, RequestOptions requestOptions)
-
-
-
-