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()
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() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.