Package com.mypurecloud.sdk.v2.model
Class DecisionTableContract
java.lang.Object
com.mypurecloud.sdk.v2.model.DecisionTableContract
- All Implemented Interfaces:
Serializable
DecisionTableContract
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecutionInputSchema(JsonSchemaDocument executionInputSchema) JSON schema for execution input data for a decision tableexecutionOutputSchema(JsonSchemaDocument executionOutputSchema) JSON schema for execution output data for a decision tableinthashCode()parentSchema(DomainEntityRef parentSchema) DSS schema entity defining source properties for the decision table contract schemasrowAuthoringSchema(JsonSchemaDocument rowAuthoringSchema) JSON schema describing required value types for each column in every row in a decision tablevoidsetExecutionInputSchema(JsonSchemaDocument executionInputSchema) voidsetExecutionOutputSchema(JsonSchemaDocument executionOutputSchema) voidsetParentSchema(DomainEntityRef parentSchema) voidsetRowAuthoringSchema(JsonSchemaDocument rowAuthoringSchema) toString()
-
Constructor Details
-
DecisionTableContract
public DecisionTableContract() -
DecisionTableContract
-
-
Method Details
-
parentSchema
DSS schema entity defining source properties for the decision table contract schemas -
getParentSchema
-
setParentSchema
-
rowAuthoringSchema
JSON schema describing required value types for each column in every row in a decision table -
getRowAuthoringSchema
-
setRowAuthoringSchema
-
executionInputSchema
JSON schema for execution input data for a decision table -
getExecutionInputSchema
-
setExecutionInputSchema
-
executionOutputSchema
JSON schema for execution output data for a decision table -
getExecutionOutputSchema
-
setExecutionOutputSchema
-
equals
-
hashCode
public int hashCode() -
toString
-