public class HangoutsChat.CustomEmojis extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HangoutsChat.CustomEmojis.Create |
class |
HangoutsChat.CustomEmojis.Delete |
class |
HangoutsChat.CustomEmojis.Get |
class |
HangoutsChat.CustomEmojis.List |
| Constructor and Description |
|---|
CustomEmojis() |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.CustomEmojis.Create |
create(CustomEmoji content)
Creates a custom emoji.
|
HangoutsChat.CustomEmojis.Delete |
delete(String name)
Deletes a custom emoji.
|
HangoutsChat.CustomEmojis.Get |
get(String name)
Returns details about a custom emoji.
|
HangoutsChat.CustomEmojis.List |
list()
Lists custom emojis visible to the authenticated user.
|
public HangoutsChat.CustomEmojis.Create create(CustomEmoji content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the CustomEmojiIOExceptionpublic HangoutsChat.CustomEmojis.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the custom emoji to delete. Format: `customEmojis/{customEmoji}` You can
use the emoji name as an alias for `{customEmoji}`. For example, `customEmojis/:example-
emoji:` where `:example-emoji:` is the emoji name for a custom emoji.IOExceptionpublic HangoutsChat.CustomEmojis.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the custom emoji. Format: `customEmojis/{customEmoji}` You can use the
emoji name as an alias for `{customEmoji}`. For example, `customEmojis/:example-emoji:`
where `:example-emoji:` is the emoji name for a custom emoji.IOExceptionpublic HangoutsChat.CustomEmojis.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2025 Google. All rights reserved.