Class AdminEmojiAddRequest.AdminEmojiAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.emoji.AdminEmojiAddRequest.AdminEmojiAddRequestBuilder
- Enclosing class:
- AdminEmojiAddRequest
public static class AdminEmojiAddRequest.AdminEmojiAddRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description AdminEmojiAddRequestbuild()AdminEmojiAddRequest.AdminEmojiAddRequestBuildername(String name)The name of the emoji to be removed.AdminEmojiAddRequest.AdminEmojiAddRequestBuildertoken(String token)Authentication token bearing required scopes.StringtoString()AdminEmojiAddRequest.AdminEmojiAddRequestBuilderurl(String url)The URL of a file to use as an image for the emoji.
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
name
The name of the emoji to be removed. Colons (:myemoji:) around the value are not required, although they may be included.- Returns:
this.
-
url
The URL of a file to use as an image for the emoji. Square images under 128KB and with transparent backgrounds work best.- Returns:
this.
-
build
-
toString
-