Class AdminTeamsSettingsSetDefaultChannelsRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.settings.AdminTeamsSettingsSetDefaultChannelsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.teams.settings.setDefaultChannels
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic AdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilderbuilder()protected booleanbooleanA list of channel IDs.ID for the workspace to set the default channel for.getToken()Authentication token bearing required scopes.inthashCode()voidsetChannelIds(List<String> channelIds) A list of channel IDs.voidID for the workspace to set the default channel for.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getTeamId
ID for the workspace to set the default channel for. -
getChannelIds
A list of channel IDs. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTeamId
ID for the workspace to set the default channel for. -
setChannelIds
A list of channel IDs. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-