Class FunctionsCompleteErrorRequest
java.lang.Object
com.slack.api.methods.request.functions.FunctionsCompleteErrorRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/functions.completeError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getFunctionExecutionId
-
getError
-
setToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
setTokenin interfaceSlackApiRequest
-
setFunctionExecutionId
-
setError
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-