Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
LiveChatBanSnippet |
LiveChatBanSnippet.clone() |
LiveChatBanSnippet |
LiveChatBan.getSnippet()
The `snippet` object contains basic details about the ban.
|
LiveChatBanSnippet |
LiveChatBanSnippet.set(String fieldName,
Object value) |
LiveChatBanSnippet |
LiveChatBanSnippet.setBanDurationSeconds(BigInteger banDurationSeconds)
The duration of a ban, only filled if the ban has type TEMPORARY.
|
LiveChatBanSnippet |
LiveChatBanSnippet.setBannedUserDetails(ChannelProfileDetails bannedUserDetails) |
LiveChatBanSnippet |
LiveChatBanSnippet.setLiveChatId(String liveChatId)
The chat this ban is pertinent to.
|
LiveChatBanSnippet |
LiveChatBanSnippet.setType(String type)
The type of ban.
|
Modifier and Type | Method and Description |
---|---|
LiveChatBan |
LiveChatBan.setSnippet(LiveChatBanSnippet snippet)
The `snippet` object contains basic details about the ban.
|
Copyright © 2011–2020 Google. All rights reserved.