Package com.mypurecloud.sdk.v2.model
Class ActionInput
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionInput
- All Implemented Interfaces:
Serializable
Input requirements of Action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()inputSchema(JsonSchemaDocument inputSchema) JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path.inputSchemaFlattened(JsonSchemaDocument inputSchemaFlattened) JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path.inputSchemaUri(String inputSchemaUri) The URI of the input schemavoidsetInputSchema(JsonSchemaDocument inputSchema) voidsetInputSchemaFlattened(JsonSchemaDocument inputSchemaFlattened) voidsetInputSchemaUri(String inputSchemaUri) toString()
-
Constructor Details
-
ActionInput
public ActionInput() -
ActionInput
-
-
Method Details
-
inputSchema
JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path. If the 'flatten' query parameter is omitted or false, this field will be returned. Either inputSchema or inputSchemaFlattened will be returned, not both. -
getInputSchema
-
setInputSchema
-
inputSchemaFlattened
JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path. The schema is transformed based on Architect's flattened format. If the 'flatten' query parameter is supplied as true, this field will be returned. Either inputSchema or inputSchemaFlattened will be returned, not both. -
getInputSchemaFlattened
-
setInputSchemaFlattened
-
inputSchemaUri
The URI of the input schema -
getInputSchemaUri
-
setInputSchemaUri
-
equals
-
hashCode
public int hashCode() -
toString
-