Package app.knock.api.services.blocking
Interface BulkOperationService
-
- All Implemented Interfaces:
public interface BulkOperationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBulkOperationService.WithRawResponseA view of BulkOperationService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract BulkOperationService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BulkOperationget(String id)Retrieves a bulk operation (if it exists) and displays the current state of it. BulkOperationget(String id, BulkOperationGetParams params, RequestOptions requestOptions)BulkOperationget(String id, BulkOperationGetParams params)abstract BulkOperationget(BulkOperationGetParams params, RequestOptions requestOptions)BulkOperationget(BulkOperationGetParams params)BulkOperationget(String id, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract BulkOperationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
get
BulkOperation get(String id)
Retrieves a bulk operation (if it exists) and displays the current state of it.
-
get
BulkOperation get(String id, BulkOperationGetParams params, RequestOptions requestOptions)
-
get
BulkOperation get(String id, BulkOperationGetParams params)
-
get
abstract BulkOperation get(BulkOperationGetParams params, RequestOptions requestOptions)
-
get
BulkOperation get(BulkOperationGetParams params)
-
get
BulkOperation get(String id, RequestOptions requestOptions)
-
-
-
-