public class YouTubeAnalytics.GroupItems
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
YouTubeAnalytics.GroupItems.Delete |
class |
YouTubeAnalytics.GroupItems.Insert |
class |
YouTubeAnalytics.GroupItems.List |
| Constructor and Description |
|---|
YouTubeAnalytics.GroupItems() |
| Modifier and Type | Method and Description |
|---|---|
YouTubeAnalytics.GroupItems.Delete |
delete(java.lang.String id)
Removes an item from a group.
|
YouTubeAnalytics.GroupItems.Insert |
insert(GroupItem content)
Creates a group item.
|
YouTubeAnalytics.GroupItems.List |
list(java.lang.String groupId)
Returns a collection of group items that match the API request parameters.
|
public YouTubeAnalytics.GroupItems.Delete delete(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The id parameter specifies the YouTube group item ID for the group that is being deleted.java.io.IOExceptionpublic YouTubeAnalytics.GroupItems.Insert insert(GroupItem content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GroupItemjava.io.IOExceptionpublic YouTubeAnalytics.GroupItems.List list(java.lang.String groupId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.groupId - The id parameter specifies the unique ID of the group for which you want to retrieve group items.java.io.IOException