public class YouTubeAnalytics.GroupItems extends Object
Modifier and Type | Class and Description |
---|---|
class |
YouTubeAnalytics.GroupItems.Delete |
class |
YouTubeAnalytics.GroupItems.Insert |
class |
YouTubeAnalytics.GroupItems.List |
Constructor and Description |
---|
GroupItems() |
Modifier and Type | Method and Description |
---|---|
YouTubeAnalytics.GroupItems.Delete |
delete(String id)
Removes an item from a group.
|
YouTubeAnalytics.GroupItems.Insert |
insert(GroupItem content)
Creates a group item.
|
YouTubeAnalytics.GroupItems.List |
list(String groupId)
Returns a collection of group items that match the API request parameters.
|
public YouTubeAnalytics.GroupItems.Delete delete(String id) throws 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.IOException
public YouTubeAnalytics.GroupItems.Insert insert(GroupItem content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the GroupItem
IOException
public YouTubeAnalytics.GroupItems.List list(String groupId) throws 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.IOException
Copyright © 2011–2019 Google. All rights reserved.