Package com.mypurecloud.sdk.v2.model
Class PostInputContract
java.lang.Object
com.mypurecloud.sdk.v2.model.PostInputContract
- All Implemented Interfaces:
Serializable
The schemas defining all of the expected requests/inputs.
- 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.voidsetInputSchema(JsonSchemaDocument inputSchema) toString()
-
Constructor Details
-
PostInputContract
public PostInputContract() -
PostInputContract
-
-
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. -
getInputSchema
-
setInputSchema
-
equals
-
hashCode
public int hashCode() -
toString
-