Package com.mypurecloud.sdk.v2.model
Class ActionConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionConfig
- All Implemented Interfaces:
Serializable
Defines components of the Action Config.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_request(RequestConfig _request) Configuration of outbound request.booleaninthashCode()response(ResponseConfig response) Configuration of response processing.voidsetRequest(RequestConfig _request) voidsetResponse(ResponseConfig response) voidsetTimeoutSeconds(Integer timeoutSeconds) timeoutSeconds(Integer timeoutSeconds) Optional 1-60 second timeout enforced on the execution or test of this action.toString()
-
Constructor Details
-
ActionConfig
public ActionConfig() -
ActionConfig
-
-
Method Details
-
timeoutSeconds
Optional 1-60 second timeout enforced on the execution or test of this action. This setting is invalid for Custom Authentication Actions. -
getTimeoutSeconds
-
setTimeoutSeconds
-
_request
Configuration of outbound request. -
getRequest
-
setRequest
-
response
Configuration of response processing. -
getResponse
-
setResponse
-
equals
-
hashCode
public int hashCode() -
toString
-