public class AdminTeamsSettingsSetDefaultChannelsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getChannelIds()
A list of channel IDs.
|
String |
getTeamId()
ID for the workspace to set the default channel for.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setChannelIds(List<String> channelIds)
A list of channel IDs.
|
void |
setTeamId(String teamId)
ID for the workspace to set the default channel for.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static AdminTeamsSettingsSetDefaultChannelsRequest.AdminTeamsSettingsSetDefaultChannelsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getTeamId()
public void setToken(String token)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.