| Package | Description |
|---|---|
| com.microsoft.bingads.v13.reporting |
| Modifier and Type | Field and Description |
|---|---|
protected ReportRequestStatusType |
ReportRequestStatus.status |
| Modifier and Type | Method and Description |
|---|---|
static ReportRequestStatusType |
ReportRequestStatusType.fromValue(String v) |
ReportRequestStatusType |
ReportRequestStatus.getStatus()
Gets the value of the status property.
|
ReportRequestStatusType |
ReportingOperationStatus.getStatus()
Gets current status of the operation.
|
ReportRequestStatusType |
ReportingOperationCouldNotBeCompletedException.getStatus() |
static ReportRequestStatusType |
ReportRequestStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportRequestStatusType[] |
ReportRequestStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<ReportRequestStatusType> |
ObjectFactory.createReportRequestStatusType(ReportRequestStatusType value)
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<ReportRequestStatusType> |
ObjectFactory.createReportRequestStatusType(ReportRequestStatusType value)
|
void |
ReportRequestStatus.setStatus(ReportRequestStatusType value)
Sets the value of the status property.
|
| Constructor and Description |
|---|
ReportingOperationCouldNotBeCompletedException(ReportRequestStatusType status) |
ReportingOperationCouldNotBeCompletedException(ReportRequestStatusType status,
String message) |
ReportingOperationStatus(ReportRequestStatusType status,
String resultFileUrl,
String trackingId) |
Copyright © 2023. All rights reserved.