Class AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder
- Enclosing class:
- AdminAppsClearResolutionRequest
public static class AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilderappId(java.lang.String appId)The id of the app whose resolution you want to clear/undo.AdminAppsClearResolutionRequestbuild()AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilderenterpriseId(java.lang.String enterpriseId)The enterprise to clear the app resolution fromAdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilderteamId(java.lang.String teamId)The workspace to clear the app resolution fromAdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuildertoken(java.lang.String token)Authentication token bearing required scopes.java.lang.StringtoString()
-
Method Details
-
token
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder token(java.lang.String token)Authentication token bearing required scopes.- Returns:
this.
-
appId
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder appId(java.lang.String appId)The id of the app whose resolution you want to clear/undo.- Returns:
this.
-
enterpriseId
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder enterpriseId(java.lang.String enterpriseId)The enterprise to clear the app resolution from- Returns:
this.
-
teamId
public AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder teamId(java.lang.String teamId)The workspace to clear the app resolution from- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-