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