| 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(java.lang.Long profileId,
ContentCategory content)
Inserts a new content category.
|
Dfareporting.ContentCategories.Patch |
Dfareporting.ContentCategories.patch(java.lang.Long profileId,
java.lang.Long id,
ContentCategory content)
Updates an existing content category.
|
Dfareporting.ContentCategories.Update |
Dfareporting.ContentCategories.update(java.lang.Long profileId,
ContentCategory content)
Updates an existing content category.
|
| Constructor and Description |
|---|
Dfareporting.ContentCategories.Insert(java.lang.Long profileId,
ContentCategory content)
Inserts a new content category.
|
Dfareporting.ContentCategories.Patch(java.lang.Long profileId,
java.lang.Long id,
ContentCategory content)
Updates an existing content category.
|
Dfareporting.ContentCategories.Update(java.lang.Long profileId,
ContentCategory content)
Updates an existing content category.
|
| Modifier and Type | Method and Description |
|---|---|
ContentCategory |
ContentCategory.clone() |
ContentCategory |
ContentCategory.set(java.lang.String fieldName,
java.lang.Object value) |
ContentCategory |
ContentCategory.setAccountId(java.lang.Long accountId)
Account ID of this content category.
|
ContentCategory |
ContentCategory.setId(java.lang.Long id)
ID of this content category.
|
ContentCategory |
ContentCategory.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ContentCategory |
ContentCategory.setName(java.lang.String name)
Name of this content category.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentCategory> |
ContentCategoriesListResponse.getContentCategories()
Content category collection.
|
| Modifier and Type | Method and Description |
|---|---|
ContentCategoriesListResponse |
ContentCategoriesListResponse.setContentCategories(java.util.List<ContentCategory> contentCategories)
Content category collection.
|