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