Modifier and Type | Class and Description |
---|---|
class |
YouTube.LiveChatModerators.Delete |
class |
YouTube.LiveChatModerators.Insert |
class |
YouTube.LiveChatModerators.List |
Constructor and Description |
---|
LiveChatModerators() |
Modifier and Type | Method and Description |
---|---|
YouTube.LiveChatModerators.Delete |
delete(String id)
Deletes a chat moderator.
|
YouTube.LiveChatModerators.Insert |
insert(List<String> part,
LiveChatModerator content)
Inserts a new resource into this collection.
|
YouTube.LiveChatModerators.List |
list(String liveChatId,
List<String> part)
Retrieves a list of resources, possibly filtered.
|
public YouTube.LiveChatModerators.Delete delete(String id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.id
- IOException
public YouTube.LiveChatModerators.Insert insert(List<String> part, LiveChatModerator content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.part
- The *part* parameter serves two purposes in this operation. It identifies the properties that the
write operation will set as well as the properties that the API response returns. Set the
parameter value to snippet.content
- the LiveChatModerator
IOException
public YouTube.LiveChatModerators.List list(String liveChatId, List<String> part) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.liveChatId
- The id of the live chat for which moderators should be returned.part
- The *part* parameter specifies the liveChatModerator resource parts that the API response will
include. Supported values are id and snippet.IOException
Copyright © 2011–2021 Google. All rights reserved.