Modifier and Type | Class and Description |
---|---|
class |
YouTube.LiveChatBans.Delete |
class |
YouTube.LiveChatBans.Insert |
Constructor and Description |
---|
LiveChatBans() |
Modifier and Type | Method and Description |
---|---|
YouTube.LiveChatBans.Delete |
delete(String id)
Deletes a chat ban.
|
YouTube.LiveChatBans.Insert |
insert(List<String> part,
LiveChatBan content)
Inserts a new resource into this collection.
|
public YouTube.LiveChatBans.Delete delete(String id) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.id
- IOException
public YouTube.LiveChatBans.Insert insert(List<String> part, LiveChatBan 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 LiveChatBan
IOException
Copyright © 2011–2021 Google. All rights reserved.