public class Dfareporting.ContentCategories
extends java.lang.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 |
|---|
Dfareporting.ContentCategories() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.ContentCategories.Delete |
delete(java.lang.Long profileId,
java.lang.Long id)
Deletes an existing content category.
|
Dfareporting.ContentCategories.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one content category by ID.
|
Dfareporting.ContentCategories.Insert |
insert(java.lang.Long profileId,
ContentCategory content)
Inserts a new content category.
|
Dfareporting.ContentCategories.List |
list(java.lang.Long profileId)
Retrieves a list of content categories, possibly filtered.
|
Dfareporting.ContentCategories.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
ContentCategory content)
Updates an existing content category.
|
Dfareporting.ContentCategories.Update |
update(java.lang.Long profileId,
ContentCategory content)
Updates an existing content category.
|
public Dfareporting.ContentCategories.Delete delete(java.lang.Long profileId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Content category ID.java.io.IOExceptionpublic Dfareporting.ContentCategories.Get get(java.lang.Long profileId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Content category ID.java.io.IOExceptionpublic Dfareporting.ContentCategories.Insert insert(java.lang.Long profileId, ContentCategory content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ContentCategoryjava.io.IOExceptionpublic Dfareporting.ContentCategories.List list(java.lang.Long profileId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.java.io.IOExceptionpublic Dfareporting.ContentCategories.Patch patch(java.lang.Long profileId, java.lang.Long id, ContentCategory content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Content category ID.content - the ContentCategoryjava.io.IOExceptionpublic Dfareporting.ContentCategories.Update update(java.lang.Long profileId, ContentCategory content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ContentCategoryjava.io.IOException