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 Type Method Description AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilderappId(String appId)The id of the app whose resolution you want to clear/undo.AdminAppsClearResolutionRequestbuild()AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilderenterpriseId(String enterpriseId)The enterprise to clear the app resolution fromAdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilderteamId(String teamId)The workspace to clear the app resolution fromAdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuildertoken(String token)Authentication token bearing required scopes.StringtoString()
-
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
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder teamId(String teamId)The workspace to clear the app resolution from- Returns:
this.
-
build
-
toString
-