Class ActionConfig

java.lang.Object
com.mypurecloud.sdk.v2.model.ActionConfig
All Implemented Interfaces:
Serializable

public class ActionConfig extends Object implements Serializable
Defines components of the Action Config.
See Also:
  • Constructor Details

    • ActionConfig

      public ActionConfig()
    • ActionConfig

      public ActionConfig(Boolean initWithEmptyList)
  • Method Details

    • timeoutSeconds

      public ActionConfig timeoutSeconds(Integer timeoutSeconds)
      Optional 1-60 second timeout enforced on the execution or test of this action. This setting is invalid for Custom Authentication Actions.
    • getTimeoutSeconds

      public Integer getTimeoutSeconds()
    • setTimeoutSeconds

      public void setTimeoutSeconds(Integer timeoutSeconds)
    • _request

      public ActionConfig _request(RequestConfig _request)
      Configuration of outbound request.
    • getRequest

      public RequestConfig getRequest()
    • setRequest

      public void setRequest(RequestConfig _request)
    • response

      public ActionConfig response(ResponseConfig response)
      Configuration of response processing.
    • getResponse

      public ResponseConfig getResponse()
    • setResponse

      public void setResponse(ResponseConfig response)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object