Interface BulkServiceAsync
-
- All Implemented Interfaces:
public interface BulkServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBulkServiceAsync.WithRawResponseA view of BulkServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract BulkServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<BulkOperation>create(BulkCreateParams params)Bulk creates up to 1,000 schedules at a time. abstract CompletableFuture<BulkOperation>create(BulkCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract BulkServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<BulkOperation> create(BulkCreateParams params)
Bulk creates up to 1,000 schedules at a time. This endpoint also handles /managing-recipients/identifying-recipients#inline-identifying-recipients for the
actor,recipient, andtenantfields.
-
create
abstract CompletableFuture<BulkOperation> create(BulkCreateParams params, RequestOptions requestOptions)
-
-
-
-