| Package | Description |
|---|---|
| com.microsoft.bingads.v13.bulk | |
| com.microsoft.bingads.v13.internal.bulk |
| Modifier and Type | Method and Description |
|---|---|
static UploadStatus |
UploadStatus.fromValue(String v) |
UploadStatus |
BulkUploadCouldNotBeCompletedException.getStatus() |
static UploadStatus |
UploadStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadStatus[] |
UploadStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BulkUploadCouldNotBeCompletedException(List<OperationError> errors,
UploadStatus status) |
BulkUploadCouldNotBeCompletedException(List<OperationError> errors,
UploadStatus status,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Future<BulkOperationStatus<UploadStatus>> |
UploadStatusProvider.getCurrentStatus(ServiceClient<IBulkService> serviceClient,
AsyncCallback<BulkOperationStatus<UploadStatus>> callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UploadStatusProvider.isSuccessStatus(UploadStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Future<BulkOperationStatus<UploadStatus>> |
UploadStatusProvider.getCurrentStatus(ServiceClient<IBulkService> serviceClient,
AsyncCallback<BulkOperationStatus<UploadStatus>> callback) |
boolean |
UploadStatusProvider.isFinalStatus(BulkOperationStatus<UploadStatus> currentStatus) |
Copyright © 2024. All rights reserved.