Package com.mypurecloud.sdk.v2.model
Class ActionOutput
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionOutput
- All Implemented Interfaces:
Serializable
Output definition of Action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorSchema(JsonSchemaDocument errorSchema) JSON schema that defines the body of response when request is not successful.errorSchemaFlattened(FlattenedJsonSchemaDocument errorSchemaFlattened) JSON schema that defines the body of response when request is not successful.errorSchemaUri(String errorSchemaUri) URI to retrieve error schemainthashCode()voidsetErrorSchema(JsonSchemaDocument errorSchema) voidsetErrorSchemaFlattened(FlattenedJsonSchemaDocument errorSchemaFlattened) voidsetErrorSchemaUri(String errorSchemaUri) voidsetSuccessSchema(JsonSchemaDocument successSchema) voidsetSuccessSchemaFlattened(FlattenedJsonSchemaDocument successSchemaFlattened) voidsetSuccessSchemaUri(String successSchemaUri) successSchema(JsonSchemaDocument successSchema) JSON schema that defines the transformed, successful result that will be sent back to the caller.successSchemaFlattened(FlattenedJsonSchemaDocument successSchemaFlattened) JSON schema that defines the transformed, successful result that will be sent back to the caller.successSchemaUri(String successSchemaUri) URI to retrieve success schematoString()
-
Constructor Details
-
ActionOutput
public ActionOutput() -
ActionOutput
-
-
Method Details
-
successSchema
JSON schema that defines the transformed, successful result that will be sent back to the caller. If the 'flatten' query parameter is omitted or false, this field will be returned. Either successSchema or successSchemaFlattened will be returned, not both. -
getSuccessSchema
-
setSuccessSchema
-
successSchemaUri
URI to retrieve success schema -
getSuccessSchemaUri
-
setSuccessSchemaUri
-
errorSchema
JSON schema that defines the body of response when request is not successful. If the 'flatten' query parameter is omitted or false, this field will be returned. Either errorSchema or errorSchemaFlattened will be returned, not both. -
getErrorSchema
-
setErrorSchema
-
errorSchemaUri
URI to retrieve error schema -
getErrorSchemaUri
-
setErrorSchemaUri
-
successSchemaFlattened
JSON schema that defines the transformed, successful result that will be sent back to the caller. 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 successSchema or successSchemaFlattened will be returned, not both. -
getSuccessSchemaFlattened
-
setSuccessSchemaFlattened
-
errorSchemaFlattened
JSON schema that defines the body of response when request is not successful. 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 errorSchema or errorSchemaFlattened will be returned, not both. -
getErrorSchemaFlattened
-
setErrorSchemaFlattened
-
equals
-
hashCode
public int hashCode() -
toString
-