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. BulkOperationdelete(BulkDeleteParams params)Deletes multiple users in a single operation. abstract BulkOperationdelete(BulkDeleteParams params, RequestOptions requestOptions)BulkOperationidentify(BulkIdentifyParams params)Identifies multiple users in a single operation. abstract BulkOperationidentify(BulkIdentifyParams params, RequestOptions requestOptions)BulkOperationsetPreferences(BulkSetPreferencesParams params)Sets preferences for multiple users in a single operation. abstract BulkOperationsetPreferences(BulkSetPreferencesParams 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.
-
delete
BulkOperation delete(BulkDeleteParams params)
Deletes multiple users in a single operation. Accepts up to 100 user IDs to delete and returns a bulk operation that can be queried for progress.
-
delete
abstract BulkOperation delete(BulkDeleteParams params, RequestOptions requestOptions)
-
identify
BulkOperation identify(BulkIdentifyParams params)
Identifies multiple users in a single operation. Allows creating or updating up to 100 users in a single batch with various properties, preferences, and channel data.
-
identify
abstract BulkOperation identify(BulkIdentifyParams params, RequestOptions requestOptions)
-
setPreferences
BulkOperation setPreferences(BulkSetPreferencesParams params)
Sets preferences for multiple users in a single operation. Supports either setting the same preferences for multiple users or specific preferences for each user.
-
setPreferences
abstract BulkOperation setPreferences(BulkSetPreferencesParams params, RequestOptions requestOptions)
-
-
-
-