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
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 Details
-
builder
public static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getUsergroupId
ID of the IDP group to list default channels for. -
getIncludeNumMembers
Flag to include or exclude the count of members per channel. -
getTeamId
ID of the the workspace. -
setToken
Authentication token bearing required scopes. -
setUsergroupId
ID of the IDP group to list default channels for. -
setIncludeNumMembers
Flag to include or exclude the count of members per channel. -
setTeamId
ID of the the workspace. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-