Class BulkServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.schedules.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. BulkOperationcreate(BulkCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BulkService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
BulkOperation create(BulkCreateParams params, RequestOptions requestOptions)
-
-
-
-