Class AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder
- Enclosing class:
- AdminAppsClearResolutionRequest
public static class AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the app whose resolution you want to clear/undo.build()enterpriseId(String enterpriseId) The enterprise to clear the app resolution fromThe workspace to clear the app resolution fromAuthentication token bearing required scopes.toString()
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
appId
The id of the app whose resolution you want to clear/undo.- Returns:
this.
-
enterpriseId
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder enterpriseId(String enterpriseId) The enterprise to clear the app resolution from- Returns:
this.
-
teamId
The workspace to clear the app resolution from- Returns:
this.
-
build
-
toString
-