public final class BulkEditAssignedInventorySourcesRequest
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 |
|---|
BulkEditAssignedInventorySourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
BulkEditAssignedInventorySourcesRequest |
clone() |
Long |
getAdvertiserId()
The ID of the advertiser that owns the parent inventory source group.
|
List<AssignedInventorySource> |
getCreatedAssignedInventorySources()
The assigned inventory sources to create in bulk, specified as a list of
AssignedInventorySources.
|
List<Long> |
getDeletedAssignedInventorySources()
The IDs of the assigned inventory sources to delete in bulk, specified as a list of
assigned_inventory_source_ids.
|
Long |
getPartnerId()
The ID of the partner that owns the inventory source group.
|
BulkEditAssignedInventorySourcesRequest |
set(String fieldName,
Object value) |
BulkEditAssignedInventorySourcesRequest |
setAdvertiserId(Long advertiserId)
The ID of the advertiser that owns the parent inventory source group.
|
BulkEditAssignedInventorySourcesRequest |
setCreatedAssignedInventorySources(List<AssignedInventorySource> createdAssignedInventorySources)
The assigned inventory sources to create in bulk, specified as a list of
AssignedInventorySources.
|
BulkEditAssignedInventorySourcesRequest |
setDeletedAssignedInventorySources(List<Long> deletedAssignedInventorySources)
The IDs of the assigned inventory sources to delete in bulk, specified as a list of
assigned_inventory_source_ids.
|
BulkEditAssignedInventorySourcesRequest |
setPartnerId(Long partnerId)
The ID of the partner that owns the inventory source group.
|
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 BulkEditAssignedInventorySourcesRequest()
public Long getAdvertiserId()
null for nonepublic BulkEditAssignedInventorySourcesRequest setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic List<AssignedInventorySource> getCreatedAssignedInventorySources()
null for nonepublic BulkEditAssignedInventorySourcesRequest setCreatedAssignedInventorySources(List<AssignedInventorySource> createdAssignedInventorySources)
createdAssignedInventorySources - createdAssignedInventorySources or null for nonepublic List<Long> getDeletedAssignedInventorySources()
null for nonepublic BulkEditAssignedInventorySourcesRequest setDeletedAssignedInventorySources(List<Long> deletedAssignedInventorySources)
deletedAssignedInventorySources - deletedAssignedInventorySources or null for nonepublic Long getPartnerId()
null for nonepublic BulkEditAssignedInventorySourcesRequest setPartnerId(Long partnerId)
partnerId - partnerId or null for nonepublic BulkEditAssignedInventorySourcesRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BulkEditAssignedInventorySourcesRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.