Class FunctionsCompleteSuccessRequest
java.lang.Object
com.slack.api.methods.request.functions.FunctionsCompleteSuccessRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/functions.completeSuccess
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Authentication token bearing required scopes.inthashCode()voidsetFunctionExecutionId(String functionExecutionId) voidsetOutputs(Map<String, ?> outputs) voidAuthentication token bearing required scopes.toString()
-
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
-
getOutputs
-
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
-
setOutputs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-