Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchResponseEntry |
OrdersCustomBatchResponseEntry.clone() |
OrdersCustomBatchResponseEntry |
OrdersCustomBatchResponseEntry.set(String fieldName,
Object value) |
OrdersCustomBatchResponseEntry |
OrdersCustomBatchResponseEntry.setBatchId(Long batchId)
The ID of the request entry this entry responds to.
|
OrdersCustomBatchResponseEntry |
OrdersCustomBatchResponseEntry.setErrors(Errors errors)
A list of errors defined if and only if the request failed.
|
OrdersCustomBatchResponseEntry |
OrdersCustomBatchResponseEntry.setExecutionStatus(String executionStatus)
The status of the execution.
|
OrdersCustomBatchResponseEntry |
OrdersCustomBatchResponseEntry.setKind(String kind)
Identifies what kind of resource this is.
|
OrdersCustomBatchResponseEntry |
OrdersCustomBatchResponseEntry.setOrder(Order order)
The retrieved order.
|
Modifier and Type | Method and Description |
---|---|
List<OrdersCustomBatchResponseEntry> |
OrdersCustomBatchResponse.getEntries()
The result of the execution of the batch requests.
|
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchResponse |
OrdersCustomBatchResponse.setEntries(List<OrdersCustomBatchResponseEntry> entries)
The result of the execution of the batch requests.
|
Copyright © 2011–2021 Google. All rights reserved.