Class AdminTeamsSettingsSetDefaultChannelsRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.settings.AdminTeamsSettingsSetDefaultChannelsRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminTeamsSettingsSetDefaultChannelsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.teams.settings.setDefaultChannels
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getChannelIds()A list of channel IDs.StringgetTeamId()ID for the workspace to set the default channel for.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetChannelIds(List<String> channelIds)A list of channel IDs.voidsetTeamId(String teamId)ID for the workspace to set the default channel for.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
public static AdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getTeamId
ID for the workspace to set the default channel for. -
getChannelIds
A list of channel IDs. -
setToken
Authentication token bearing required scopes. -
setTeamId
ID for the workspace to set the default channel for. -
setChannelIds
A list of channel IDs. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-