Class GuideServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.users.GuideServiceAsync
public final class GuideServiceAsyncImpl implements GuideServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGuideServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description GuideServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<GuideGetChannelResponse>getChannel(GuideGetChannelParams params, RequestOptions requestOptions)CompletableFuture<GuideMarkMessageAsArchivedResponse>markMessageAsArchived(GuideMarkMessageAsArchivedParams params, RequestOptions requestOptions)CompletableFuture<GuideMarkMessageAsInteractedResponse>markMessageAsInteracted(GuideMarkMessageAsInteractedParams params, RequestOptions requestOptions)CompletableFuture<GuideMarkMessageAsSeenResponse>markMessageAsSeen(GuideMarkMessageAsSeenParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.users.GuideServiceAsync
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
-
withRawResponse
GuideServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
getChannel
CompletableFuture<GuideGetChannelResponse> getChannel(GuideGetChannelParams params, RequestOptions requestOptions)
-
markMessageAsArchived
CompletableFuture<GuideMarkMessageAsArchivedResponse> markMessageAsArchived(GuideMarkMessageAsArchivedParams params, RequestOptions requestOptions)
-
markMessageAsInteracted
CompletableFuture<GuideMarkMessageAsInteractedResponse> markMessageAsInteracted(GuideMarkMessageAsInteractedParams params, RequestOptions requestOptions)
-
markMessageAsSeen
CompletableFuture<GuideMarkMessageAsSeenResponse> markMessageAsSeen(GuideMarkMessageAsSeenParams params, RequestOptions requestOptions)
-
-
-
-