Class AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.emoji.AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder
- Enclosing class:
- AdminEmojiRemoveRequest
public static class AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description AdminEmojiRemoveRequestbuild()AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuildername(java.lang.String name)The name of the emoji to be removed.AdminEmojiRemoveRequest.AdminEmojiRemoveRequestBuildertoken(java.lang.String token)Authentication token bearing required scopes.java.lang.StringtoString()
-
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.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-