| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.ContentCategories.Insert |
Dfareporting.ContentCategories.insert(Long profileId,
ContentCategory content)
Inserts a new content category.
|
Dfareporting.ContentCategories.Patch |
Dfareporting.ContentCategories.patch(Long profileId,
Long id,
ContentCategory content)
Updates an existing content category.
|
Dfareporting.ContentCategories.Update |
Dfareporting.ContentCategories.update(Long profileId,
ContentCategory content)
Updates an existing content category.
|
| Constructor and Description |
|---|
Insert(Long profileId,
ContentCategory content)
Inserts a new content category.
|
Patch(Long profileId,
Long id,
ContentCategory content)
Updates an existing content category.
|
Update(Long profileId,
ContentCategory content)
Updates an existing content category.
|
| Modifier and Type | Method and Description |
|---|---|
ContentCategory |
ContentCategory.clone() |
ContentCategory |
ContentCategory.set(String fieldName,
Object value) |
ContentCategory |
ContentCategory.setAccountId(Long accountId)
Account ID of this content category.
|
ContentCategory |
ContentCategory.setId(Long id)
ID of this content category.
|
ContentCategory |
ContentCategory.setKind(String kind)
Identifies what kind of resource this is.
|
ContentCategory |
ContentCategory.setName(String name)
Name of this content category.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentCategory> |
ContentCategoriesListResponse.getContentCategories()
Content category collection.
|
| Modifier and Type | Method and Description |
|---|---|
ContentCategoriesListResponse |
ContentCategoriesListResponse.setContentCategories(List<ContentCategory> contentCategories)
Content category collection.
|
Copyright © 2011–2023 Google. All rights reserved.