Class BulkServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.objects.BulkService.WithRawResponse
public final class BulkServiceImpl.WithRawResponseImpl implements BulkService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<BulkOperation>delete(BulkDeleteParams params, RequestOptions requestOptions)HttpResponseFor<BulkOperation>addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)HttpResponseFor<BulkOperation>set(BulkSetParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.blocking.objects.BulkService.WithRawResponse
addSubscriptions, addSubscriptions, addSubscriptions, delete, delete, delete, set, set, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
delete
HttpResponseFor<BulkOperation> delete(BulkDeleteParams params, RequestOptions requestOptions)
-
addSubscriptions
HttpResponseFor<BulkOperation> addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)
-
set
HttpResponseFor<BulkOperation> set(BulkSetParams params, RequestOptions requestOptions)
-
-
-
-