public class YouTubeAnalytics.Groups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
YouTubeAnalytics.Groups.Delete |
class |
YouTubeAnalytics.Groups.Insert |
class |
YouTubeAnalytics.Groups.List |
class |
YouTubeAnalytics.Groups.Update |
| Constructor and Description |
|---|
Groups() |
| Modifier and Type | Method and Description |
|---|---|
YouTubeAnalytics.Groups.Delete |
delete(String id)
Deletes a group.
|
YouTubeAnalytics.Groups.Insert |
insert(Group content)
Creates a group.
|
YouTubeAnalytics.Groups.List |
list()
Returns a collection of groups that match the API request parameters.
|
YouTubeAnalytics.Groups.Update |
update(Group content)
Modifies a group.
|
public YouTubeAnalytics.Groups.Delete delete(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The id parameter specifies the YouTube group ID for the group that is being deleted.IOExceptionpublic YouTubeAnalytics.Groups.Insert insert(Group content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GroupIOExceptionpublic YouTubeAnalytics.Groups.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic YouTubeAnalytics.Groups.Update update(Group content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GroupIOExceptionCopyright © 2011–2019 Google. All rights reserved.