Package com.mypurecloud.sdk.v2.model
Class ActionContract
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionContract
- All Implemented Interfaces:
Serializable
This resource contains all of the schemas needed to define the inputs and outputs, of a single Action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInput()inthashCode()input(ActionInput input) The input required when executing this action.output(ActionOutput output) The output to expect when executing this action.voidsetInput(ActionInput input) voidsetOutput(ActionOutput output) toString()
-
Constructor Details
-
ActionContract
public ActionContract() -
ActionContract
-
-
Method Details