| Package | Description |
|---|---|
| com.google.api.services.youtube | |
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
YouTube.LiveChatModerators.Insert |
YouTube.LiveChatModerators.insert(java.lang.String part,
LiveChatModerator content)
Adds a new moderator for the chat.
|
| Constructor and Description |
|---|
Insert(java.lang.String part,
LiveChatModerator content)
Adds a new moderator for the chat.
|
| Modifier and Type | Method and Description |
|---|---|
LiveChatModerator |
LiveChatModerator.clone() |
LiveChatModerator |
LiveChatModerator.set(java.lang.String fieldName,
java.lang.Object value) |
LiveChatModerator |
LiveChatModerator.setEtag(java.lang.String etag)
Etag of this resource.
|
LiveChatModerator |
LiveChatModerator.setId(java.lang.String id)
The ID that YouTube assigns to uniquely identify the moderator.
|
LiveChatModerator |
LiveChatModerator.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
LiveChatModerator |
LiveChatModerator.setSnippet(LiveChatModeratorSnippet snippet)
The snippet object contains basic details about the moderator.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LiveChatModerator> |
LiveChatModeratorListResponse.getItems()
A list of moderators that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
LiveChatModeratorListResponse |
LiveChatModeratorListResponse.setItems(java.util.List<LiveChatModerator> items)
A list of moderators that match the request criteria.
|