public class AdminUsergroupsListChannelsRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getIncludeNumMembers()
Flag to include or exclude the count of members per channel.
|
String |
getTeamId()
ID of the the workspace.
|
String |
getToken()
Authentication token bearing required scopes.
|
String |
getUsergroupId()
ID of the IDP group to list default channels for.
|
int |
hashCode() |
void |
setIncludeNumMembers(Boolean includeNumMembers)
Flag to include or exclude the count of members per channel.
|
void |
setTeamId(String teamId)
ID of the the workspace.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUsergroupId(String usergroupId)
ID of the IDP group to list default channels for.
|
String |
toString() |
public static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getUsergroupId()
public Boolean getIncludeNumMembers()
public String getTeamId()
public void setToken(String token)
public void setUsergroupId(String usergroupId)
public void setIncludeNumMembers(Boolean includeNumMembers)
public void setTeamId(String teamId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.