Uses of Class
com.mypurecloud.sdk.v2.model.JsonSchemaWithDefinitions
Packages that use JsonSchemaWithDefinitions
-
Uses of JsonSchemaWithDefinitions in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JsonSchemaWithDefinitionsModifier and TypeMethodDescriptionJsonSchemaWithDefinitions.additionalProperties(Object additionalProperties) JsonSchemaWithDefinitions.definitions(Map<String, Definition> definitions) JsonSchemaWithDefinitions.description(String description) BusinessRulesSchemaCreateRequest.getJsonSchema()BusinessRulesSchemaUpdateRequest.getJsonSchema()JsonSchemaWithDefinitions.properties(Map<String, Object> properties) Methods in com.mypurecloud.sdk.v2.model with parameters of type JsonSchemaWithDefinitionsModifier and TypeMethodDescriptionBusinessRulesSchemaCreateRequest.jsonSchema(JsonSchemaWithDefinitions jsonSchema) A JSON schema defining the extension to the built-in entity type.BusinessRulesSchemaUpdateRequest.jsonSchema(JsonSchemaWithDefinitions jsonSchema) A JSON schema defining the extension to the built-in entity type.voidBusinessRulesSchemaCreateRequest.setJsonSchema(JsonSchemaWithDefinitions jsonSchema) voidBusinessRulesSchemaUpdateRequest.setJsonSchema(JsonSchemaWithDefinitions jsonSchema)