クラス AdminUsersAssignRequest.AdminUsersAssignRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersAssignRequest.AdminUsersAssignRequestBuilder
- 含まれているクラス:
AdminUsersAssignRequest
-
メソッドの概要
修飾子とタイプメソッド説明build()channelIds(List<String> channelIds) Comma separated values of channel IDs to add user in the new workspace.isRestricted(boolean isRestricted) True if user should be added to the workspace as a guest.isUltraRestricted(boolean isUltraRestricted) True if user should be added to the workspace as a single-channel guest.Workspace Id.Authentication token bearing required scopes.toString()The ID of the user to add to the workspace.
-
メソッドの詳細
-
token
Authentication token bearing required scopes.- 戻り値:
this.
-
teamId
Workspace Id.- 戻り値:
this.
-
userId
The ID of the user to add to the workspace.- 戻り値:
this.
-
channelIds
Comma separated values of channel IDs to add user in the new workspace.- 戻り値:
this.
-
isRestricted
True if user should be added to the workspace as a guest.- 戻り値:
this.
-
isUltraRestricted
public AdminUsersAssignRequest.AdminUsersAssignRequestBuilder isUltraRestricted(boolean isUltraRestricted) True if user should be added to the workspace as a single-channel guest.- 戻り値:
this.
-
build
-
toString
-