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