Class AdminAppsApproveRequest.AdminAppsApproveRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsApproveRequest.AdminAppsApproveRequestBuilder
- Enclosing class:
- AdminAppsApproveRequest
public static class AdminAppsApproveRequest.AdminAppsApproveRequestBuilder extends Object
-
Method Summary
Modifier and Type Method Description AdminAppsApproveRequest.AdminAppsApproveRequestBuilderappId(String appId)The id of the app to approve.AdminAppsApproveRequestbuild()AdminAppsApproveRequest.AdminAppsApproveRequestBuilderenterpriseId(String enterpriseId)The ID of the enterprise to approve the app onAdminAppsApproveRequest.AdminAppsApproveRequestBuilderrequestId(String requestId)The id of the request to approve.AdminAppsApproveRequest.AdminAppsApproveRequestBuilderteamId(String teamId)The ID of the workspace to approve the app onAdminAppsApproveRequest.AdminAppsApproveRequestBuildertoken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
appId
The id of the app to approve.- Returns:
this.
-
requestId
The id of the request to approve.- Returns:
this.
-
enterpriseId
The ID of the enterprise to approve the app on- Returns:
this.
-
teamId
The ID of the workspace to approve the app on- Returns:
this.
-
build
-
toString
-