Class BulkServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.objects.BulkService
public final class BulkServiceImpl implements BulkService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BulkService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BulkOperationdelete(BulkDeleteParams params, RequestOptions requestOptions)BulkOperationaddSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)BulkOperationset(BulkSetParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.blocking.objects.BulkService
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
-
withRawResponse
BulkService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
delete
BulkOperation delete(BulkDeleteParams params, RequestOptions requestOptions)
-
addSubscriptions
BulkOperation addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)
-
set
BulkOperation set(BulkSetParams params, RequestOptions requestOptions)
-
-
-
-