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
All Methods Instance Methods Concrete Methods 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 Detail
-
token
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder token(String token)
Authentication token bearing required scopes.- Returns:
this.
-
appId
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder appId(String 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
public AdminAppsClearResolutionRequest build()
-
-