Class AdminUsergroupsListChannelsRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.usergroups.AdminUsergroupsListChannelsRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminUsergroupsListChannelsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.usergroups.listChannels
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetIncludeNumMembers()Flag to include or exclude the count of members per channel.StringgetTeamId()ID of the the workspace.StringgetToken()Authentication token bearing required scopes.StringgetUsergroupId()ID of the IDP group to list default channels for.inthashCode()voidsetIncludeNumMembers(Boolean includeNumMembers)Flag to include or exclude the count of members per channel.voidsetTeamId(String teamId)ID of the the workspace.voidsetToken(String token)Authentication token bearing required scopes.voidsetUsergroupId(String usergroupId)ID of the IDP group to list default channels for.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getUsergroupId
public String getUsergroupId()
ID of the IDP group to list default channels for.
-
getIncludeNumMembers
public Boolean getIncludeNumMembers()
Flag to include or exclude the count of members per channel.
-
getTeamId
public String getTeamId()
ID of the the workspace.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setUsergroupId
public void setUsergroupId(String usergroupId)
ID of the IDP group to list default channels for.
-
setIncludeNumMembers
public void setIncludeNumMembers(Boolean includeNumMembers)
Flag to include or exclude the count of members per channel.
-
setTeamId
public void setTeamId(String teamId)
ID of the the workspace.
-
canEqual
protected boolean canEqual(Object other)
-
-