public final class BulkUpdateLineItemsResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BulkUpdateLineItemsResponse() |
| Modifier and Type | Method and Description |
|---|---|
BulkUpdateLineItemsResponse |
clone() |
List<Status> |
getErrors()
Errors returned by line items that failed to update.
|
List<Long> |
getFailedLineItemIds()
The IDs of line items that failed to update.
|
List<Long> |
getSkippedLineItemIds()
The IDs of line items that are skipped for updates.
|
List<Long> |
getUpdatedLineItemIds()
The IDs of successfully updated line items.
|
BulkUpdateLineItemsResponse |
set(String fieldName,
Object value) |
BulkUpdateLineItemsResponse |
setErrors(List<Status> errors)
Errors returned by line items that failed to update.
|
BulkUpdateLineItemsResponse |
setFailedLineItemIds(List<Long> failedLineItemIds)
The IDs of line items that failed to update.
|
BulkUpdateLineItemsResponse |
setSkippedLineItemIds(List<Long> skippedLineItemIds)
The IDs of line items that are skipped for updates.
|
BulkUpdateLineItemsResponse |
setUpdatedLineItemIds(List<Long> updatedLineItemIds)
The IDs of successfully updated line items.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Status> getErrors()
null for nonepublic BulkUpdateLineItemsResponse setErrors(List<Status> errors)
errors - errors or null for nonepublic List<Long> getFailedLineItemIds()
null for nonepublic BulkUpdateLineItemsResponse setFailedLineItemIds(List<Long> failedLineItemIds)
failedLineItemIds - failedLineItemIds or null for nonepublic List<Long> getSkippedLineItemIds()
null for nonepublic BulkUpdateLineItemsResponse setSkippedLineItemIds(List<Long> skippedLineItemIds)
skippedLineItemIds - skippedLineItemIds or null for nonepublic List<Long> getUpdatedLineItemIds()
null for nonepublic BulkUpdateLineItemsResponse setUpdatedLineItemIds(List<Long> updatedLineItemIds)
updatedLineItemIds - updatedLineItemIds or null for nonepublic BulkUpdateLineItemsResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BulkUpdateLineItemsResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.