public class YouTubeAnalytics.Groups
extends java.lang.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 |
|---|
YouTubeAnalytics.Groups() |
| Modifier and Type | Method and Description |
|---|---|
YouTubeAnalytics.Groups.Delete |
delete(java.lang.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(java.lang.String id) throws java.io.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.java.io.IOExceptionpublic YouTubeAnalytics.Groups.Insert insert(Group content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the Groupjava.io.IOExceptionpublic YouTubeAnalytics.Groups.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic YouTubeAnalytics.Groups.Update update(Group content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the Groupjava.io.IOException