Class AdminAppsClearResolutionRequest
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsClearResolutionRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.clearResolution
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetAppId()The id of the app whose resolution you want to clear/undo.The enterprise to clear the app resolution fromThe workspace to clear the app resolution fromgetToken()Authentication token bearing required scopes.inthashCode()voidThe id of the app whose resolution you want to clear/undo.voidsetEnterpriseId(String enterpriseId) The enterprise to clear the app resolution fromvoidThe workspace to clear the app resolution fromvoidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getAppId
The id of the app whose resolution you want to clear/undo. -
getEnterpriseId
The enterprise to clear the app resolution from -
getTeamId
The workspace to clear the app resolution from -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setAppId
The id of the app whose resolution you want to clear/undo. -
setEnterpriseId
The enterprise to clear the app resolution from -
setTeamId
The workspace to clear the app resolution from -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-