Uses of Class
com.mypurecloud.sdk.v2.model.FlattenedJsonSchemaDocument
Packages that use FlattenedJsonSchemaDocument
-
Uses of FlattenedJsonSchemaDocument in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlattenedJsonSchemaDocumentModifier and TypeMethodDescriptionFlattenedJsonSchemaDocument.arrayProperties(List<String> arrayProperties) Properties in the original document that were arraysActionOutput.getErrorSchemaFlattened()ActionOutput.getSuccessSchemaFlattened()FlattenedJsonSchemaDocument.schema(JsonSchemaDocument schema) Methods in com.mypurecloud.sdk.v2.model with parameters of type FlattenedJsonSchemaDocumentModifier and TypeMethodDescriptionActionOutput.errorSchemaFlattened(FlattenedJsonSchemaDocument errorSchemaFlattened) JSON schema that defines the body of response when request is not successful.voidActionOutput.setErrorSchemaFlattened(FlattenedJsonSchemaDocument errorSchemaFlattened) voidActionOutput.setSuccessSchemaFlattened(FlattenedJsonSchemaDocument successSchemaFlattened) ActionOutput.successSchemaFlattened(FlattenedJsonSchemaDocument successSchemaFlattened) JSON schema that defines the transformed, successful result that will be sent back to the caller.