public class BatchJobHelper extends Object implements BatchJobHelperInterface<Operation,Operand,ApiError,MutateResult,BatchJobMutateResponse>
BatchJobHelperInterface for JAX-WS v201809.| Constructor and Description |
|---|
BatchJobHelper(AdWordsSession session) |
| Modifier and Type | Method and Description |
|---|---|
BatchJobMutateResponse |
downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobMutateResponse |
downloadBatchJobMutateResponse(String downloadUrl,
int startIndex,
int numberResults) |
BatchJobUploadResponse |
uploadBatchJobOperations(Iterable<Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
uploadIncrementalBatchJobOperations(Iterable<? extends Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
public BatchJobHelper(AdWordsSession session)
public BatchJobUploadResponse uploadBatchJobOperations(Iterable<Operation> operations, String uploadUrl) throws BatchJobException
uploadBatchJobOperations in interface BatchJobHelperInterface<Operation,Operand,ApiError,MutateResult,BatchJobMutateResponse>BatchJobExceptionpublic BatchJobUploadResponse uploadIncrementalBatchJobOperations(Iterable<? extends Operation> operations, boolean isLastRequest, BatchJobUploadStatus batchJobUploadStatus) throws BatchJobException
uploadIncrementalBatchJobOperations in interface BatchJobHelperInterface<Operation,Operand,ApiError,MutateResult,BatchJobMutateResponse>BatchJobExceptionpublic BatchJobMutateResponse downloadBatchJobMutateResponse(String downloadUrl) throws BatchJobException
downloadBatchJobMutateResponse in interface BatchJobHelperInterface<Operation,Operand,ApiError,MutateResult,BatchJobMutateResponse>BatchJobExceptionpublic BatchJobMutateResponse downloadBatchJobMutateResponse(String downloadUrl, int startIndex, int numberResults) throws BatchJobException
downloadBatchJobMutateResponse in interface BatchJobHelperInterface<Operation,Operand,ApiError,MutateResult,BatchJobMutateResponse>BatchJobExceptionCopyright © 2023. All rights reserved.