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()
Removes an item from a group.
|
YouTubeAnalytics.GroupItems.Insert |
insert(GroupItem content)
Creates a group item.
|
YouTubeAnalytics.GroupItems.List |
list()
Returns a collection of group items that match the API request parameters.
|
public YouTubeAnalytics.GroupItems.Delete delete() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic YouTubeAnalytics.GroupItems.Insert insert(GroupItem content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GroupItemIOExceptionpublic YouTubeAnalytics.GroupItems.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2019 Google. All rights reserved.