クラス UsergroupsCreateRequest.UsergroupsCreateRequestBuilder
java.lang.Object
com.slack.api.methods.request.usergroups.UsergroupsCreateRequest.UsergroupsCreateRequestBuilder
- 含まれているクラス:
UsergroupsCreateRequest
-
メソッドの概要
修飾子とタイプメソッド説明build()A comma separated string of encoded channel IDs for which the User Group uses as a default.description(String description) A short description of the User Group.A mention handle.includeCount(boolean includeCount) Include the number of users in each User Group.A name for the User Group.encoded team id where the user group exists, required if org token is usedAuthentication token.toString()
-
メソッドの詳細
-
token
Authentication token. Requires scope: `usergroups:write`- 戻り値:
this.
-
name
A name for the User Group. Must be unique among User Groups.- 戻り値:
this.
-
handle
A mention handle. Must be unique among channels, users and User Groups.- 戻り値:
this.
-
description
A short description of the User Group.- 戻り値:
this.
-
channels
A comma separated string of encoded channel IDs for which the User Group uses as a default.- 戻り値:
this.
-
includeCount
Include the number of users in each User Group.- 戻り値:
this.
-
teamId
encoded team id where the user group exists, required if org token is used- 戻り値:
this.
-
build
-
toString
-