Package app.knock.api.services.blocking
Class BulkOperationServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.BulkOperationService
public final class BulkOperationServiceImpl implements BulkOperationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBulkOperationServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BulkOperationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BulkOperationget(BulkOperationGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BulkOperationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
get
BulkOperation get(BulkOperationGetParams params, RequestOptions requestOptions)
-
-
-
-