public class Dfareporting.ContentCategories extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.ContentCategories.Delete |
class |
Dfareporting.ContentCategories.Get |
class |
Dfareporting.ContentCategories.Insert |
class |
Dfareporting.ContentCategories.List |
class |
Dfareporting.ContentCategories.Patch |
class |
Dfareporting.ContentCategories.Update |
| Constructor and Description |
|---|
ContentCategories() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.ContentCategories.Delete |
delete(Long profileId,
Long id)
Deletes an existing content category.
|
Dfareporting.ContentCategories.Get |
get(Long profileId,
Long id)
Gets one content category by ID.
|
Dfareporting.ContentCategories.Insert |
insert(Long profileId,
ContentCategory content)
Inserts a new content category.
|
Dfareporting.ContentCategories.List |
list(Long profileId)
Retrieves a list of content categories, possibly filtered.
|
Dfareporting.ContentCategories.Patch |
patch(Long profileId,
Long id,
ContentCategory content)
Updates an existing content category.
|
Dfareporting.ContentCategories.Update |
update(Long profileId,
ContentCategory content)
Updates an existing content category.
|
public Dfareporting.ContentCategories.Delete delete(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Content category ID.IOExceptionpublic Dfareporting.ContentCategories.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Content category ID.IOExceptionpublic Dfareporting.ContentCategories.Insert insert(Long profileId, ContentCategory content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ContentCategoryIOExceptionpublic Dfareporting.ContentCategories.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.ContentCategories.Patch patch(Long profileId, Long id, ContentCategory content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. ContentCategory ID.content - the ContentCategoryIOExceptionpublic Dfareporting.ContentCategories.Update update(Long profileId, ContentCategory content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ContentCategoryIOExceptionCopyright © 2011–2023 Google. All rights reserved.