Package com.mypurecloud.sdk.v2.model
Class FlattenedJsonSchemaDocument
java.lang.Object
com.mypurecloud.sdk.v2.model.FlattenedJsonSchemaDocument
- All Implemented Interfaces:
Serializable
JSON schema that defines the transformed 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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarrayProperties(List<String> arrayProperties) Properties in the original document that were arraysbooleaninthashCode()schema(JsonSchemaDocument schema) voidsetArrayProperties(List<String> arrayProperties) voidsetSchema(JsonSchemaDocument schema) toString()
-
Constructor Details
-
FlattenedJsonSchemaDocument
public FlattenedJsonSchemaDocument() -
FlattenedJsonSchemaDocument
-
-
Method Details