Interface BulkService
-
- All Implemented Interfaces:
public interface BulkService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBulkService.WithRawResponseA view of BulkService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract BulkService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BulkOperationcreate(BulkCreateParams params)Bulk creates up to 1,000 schedules at a time. abstract BulkOperationcreate(BulkCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract BulkService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
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 BulkOperation create(BulkCreateParams params, RequestOptions requestOptions)
-
-
-
-