Class BulkServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.channels.BulkServiceAsync
public final class BulkServiceAsyncImpl implements BulkServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BulkServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<BulkOperation>updateMessageStatus(BulkUpdateMessageStatusParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.channels.BulkServiceAsync
updateMessageStatus, updateMessageStatus, updateMessageStatus, updateMessageStatus, updateMessageStatus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
BulkServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
updateMessageStatus
CompletableFuture<BulkOperation> updateMessageStatus(BulkUpdateMessageStatusParams params, RequestOptions requestOptions)
-
-
-
-