Class FunctionsCompleteErrorRequest

java.lang.Object
com.slack.api.methods.request.functions.FunctionsCompleteErrorRequest
All Implemented Interfaces:
SlackApiRequest

public class FunctionsCompleteErrorRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/functions.completeError
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getFunctionExecutionId

      public String getFunctionExecutionId()
    • getError

      public String getError()
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
      Specified by:
      setToken in interface SlackApiRequest
    • setFunctionExecutionId

      public void setFunctionExecutionId(String functionExecutionId)
    • setError

      public void setError(String error)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object