public class BulkService extends Object
| Constructor and Description |
|---|
BulkService() |
| Modifier and Type | Method and Description |
|---|---|
BulkCreateJobResponseBody |
createJob(BulkCreateJobRequestBody bulkCreateJobRequestBody) |
BulkGetJobResponseBody |
getJob(String jobId) |
BulkJobUsers |
getJobUsers(String jobId,
String cursor) |
BulkIngestUsersResponseBody |
ingestUsers(String jobId,
BulkIngestUsersRequestBody bulkIngestUsersRequestBody) |
void |
runJob(String jobId) |
public BulkCreateJobResponseBody createJob(BulkCreateJobRequestBody bulkCreateJobRequestBody) throws IOException
IOExceptionpublic BulkIngestUsersResponseBody ingestUsers(String jobId, BulkIngestUsersRequestBody bulkIngestUsersRequestBody) throws IOException
IOExceptionpublic void runJob(String jobId) throws IOException
IOExceptionpublic BulkGetJobResponseBody getJob(String jobId) throws IOException
IOExceptionpublic BulkJobUsers getJobUsers(String jobId, String cursor) throws IOException
IOExceptionCopyright © 2023. All rights reserved.