Class AdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilder
- Enclosing class:
- AdminAppsRequestsCancelRequest
public static class AdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()enterpriseId(String enterpriseId) The ID of the enterprise where this request belongsThe id of the request to cancel.The ID of the workspace where this request belongsAuthentication token bearing required scopes.toString()
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
requestId
public AdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilder requestId(String requestId) The id of the request to cancel.- Returns:
this.
-
enterpriseId
public AdminAppsRequestsCancelRequest.AdminAppsRequestsCancelRequestBuilder enterpriseId(String enterpriseId) The ID of the enterprise where this request belongs- Returns:
this.
-
teamId
The ID of the workspace where this request belongs- Returns:
this.
-
build
-
toString
-