Package | Description |
---|---|
com.google.api.services.youtube | |
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
YouTube.LiveChatMessages.Insert |
YouTube.LiveChatMessages.insert(List<String> part,
LiveChatMessage content)
Inserts a new resource into this collection.
|
Constructor and Description |
---|
Insert(List<String> part,
LiveChatMessage content)
Inserts a new resource into this collection.
|
Modifier and Type | Method and Description |
---|---|
LiveChatMessage |
LiveChatMessage.clone() |
LiveChatMessage |
LiveChatMessage.set(String fieldName,
Object value) |
LiveChatMessage |
LiveChatMessage.setAuthorDetails(LiveChatMessageAuthorDetails authorDetails)
The authorDetails object contains basic details about the user that posted this message.
|
LiveChatMessage |
LiveChatMessage.setEtag(String etag)
Etag of this resource.
|
LiveChatMessage |
LiveChatMessage.setId(String id)
The ID that YouTube assigns to uniquely identify the message.
|
LiveChatMessage |
LiveChatMessage.setKind(String kind)
Identifies what kind of resource this is.
|
LiveChatMessage |
LiveChatMessage.setSnippet(LiveChatMessageSnippet snippet)
The snippet object contains basic details about the message.
|
Modifier and Type | Method and Description |
---|---|
List<LiveChatMessage> |
LiveChatMessageListResponse.getItems() |
Modifier and Type | Method and Description |
---|---|
LiveChatMessageListResponse |
LiveChatMessageListResponse.setItems(List<LiveChatMessage> items) |
Copyright © 2011–2021 Google. All rights reserved.