Uses of Class
com.mypurecloud.sdk.v2.model.ActionOutput
Packages that use ActionOutput
-
Uses of ActionOutput in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ActionOutputModifier and TypeMethodDescriptionActionOutput.errorSchema(JsonSchemaDocument errorSchema) JSON schema that defines the body of response when request is not successful.ActionOutput.errorSchemaFlattened(FlattenedJsonSchemaDocument errorSchemaFlattened) JSON schema that defines the body of response when request is not successful.ActionOutput.errorSchemaUri(String errorSchemaUri) URI to retrieve error schemaActionContract.getOutput()ActionOutput.successSchema(JsonSchemaDocument successSchema) JSON schema that defines the transformed, successful result that will be sent back to the caller.ActionOutput.successSchemaFlattened(FlattenedJsonSchemaDocument successSchemaFlattened) JSON schema that defines the transformed, successful result that will be sent back to the caller.ActionOutput.successSchemaUri(String successSchemaUri) URI to retrieve success schemaMethods in com.mypurecloud.sdk.v2.model with parameters of type ActionOutputModifier and TypeMethodDescriptionActionContract.output(ActionOutput output) The output to expect when executing this action.voidActionContract.setOutput(ActionOutput output)