Class AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder
- java.lang.Object
-
- com.slack.api.methods.request.admin.usergroups.AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder
-
- Enclosing class:
- AdminUsergroupsListChannelsRequest
public static class AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminUsergroupsListChannelsRequestbuild()AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilderincludeNumMembers(Boolean includeNumMembers)Flag to include or exclude the count of members per channel.AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilderteamId(String teamId)ID of the the workspace.AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuildertoken(String token)Authentication token bearing required scopes.StringtoString()AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilderusergroupId(String usergroupId)ID of the IDP group to list default channels for.
-
-
-
Method Detail
-
token
public AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder token(String token)
Authentication token bearing required scopes.- Returns:
this.
-
usergroupId
public AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder usergroupId(String usergroupId)
ID of the IDP group to list default channels for.- Returns:
this.
-
includeNumMembers
public AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder includeNumMembers(Boolean includeNumMembers)
Flag to include or exclude the count of members per channel.- Returns:
this.
-
teamId
public AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder teamId(String teamId)
ID of the the workspace.- Returns:
this.
-
build
public AdminUsergroupsListChannelsRequest build()
-
-