public class AdminUsergroupsAddChannelsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminUsergroupsAddChannelsRequest.AdminUsergroupsAddChannelsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminUsergroupsAddChannelsRequest.AdminUsergroupsAddChannelsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getChannelIds()
Comma separated string of channel IDs.
|
String |
getTeamId()
The workspace to add default channels in.
|
String |
getToken()
Authentication token bearing required scopes.
|
String |
getUsergroupId()
ID of the IDP group to add default channels for.
|
int |
hashCode() |
void |
setChannelIds(List<String> channelIds)
Comma separated string of channel IDs.
|
void |
setTeamId(String teamId)
The workspace to add default channels in.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUsergroupId(String usergroupId)
ID of the IDP group to add default channels for.
|
String |
toString() |
public static AdminUsergroupsAddChannelsRequest.AdminUsergroupsAddChannelsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getTeamId()
public String getUsergroupId()
public void setToken(String token)
public void setChannelIds(List<String> channelIds)
public void setTeamId(String teamId)
public void setUsergroupId(String usergroupId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.