Class AdminUsergroupsListChannelsRequest
java.lang.Object
com.slack.api.methods.request.admin.usergroups.AdminUsergroupsListChannelsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.usergroups.listChannels
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanFlag to include or exclude the count of members per channel.ID of the workspace.getToken()Authentication token bearing required scopes.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.voidID of the workspace.voidAuthentication token bearing required scopes.voidsetUsergroupId(String usergroupId) ID of the IDP group to list default channels for.toString()
-
Method Details
-
builder
public static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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 workspace. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
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 workspace. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-