Class AdminConversationsConvertToPublicRequest
java.lang.Object
com.slack.api.methods.request.admin.conversations.AdminConversationsConvertToPublicRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.conversations.convertToPublic
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe channel to convert to public.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelId(String channelId) The channel to convert to public.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminConversationsConvertToPublicRequest.AdminConversationsConvertToPublicRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannelId
The channel to convert to public. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannelId
The channel to convert to public. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-