Class ActivityServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.messages.ActivityServiceAsync
public final class ActivityServiceAsyncImpl implements ActivityServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classActivityServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ActivityServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<ActivityListPageAsync>list(ActivityListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ActivityServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
list
CompletableFuture<ActivityListPageAsync> list(ActivityListParams params, RequestOptions requestOptions)
-
-
-
-