Package com.mypurecloud.sdk.v2.model
Class BusinessRulesSchemaUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BusinessRulesSchemaUpdateRequest
- All Implemented Interfaces:
Serializable
Request to update an existing Business Rules Schema
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe schema's enabled/disabled status.booleaninthashCode()jsonSchema(JsonSchemaWithDefinitions jsonSchema) A JSON schema defining the extension to the built-in entity type.voidsetEnabled(Boolean enabled) voidsetJsonSchema(JsonSchemaWithDefinitions jsonSchema) voidsetVersion(Integer version) toString()The schema's version, a positive integer.
-
Constructor Details
-
BusinessRulesSchemaUpdateRequest
public BusinessRulesSchemaUpdateRequest() -
BusinessRulesSchemaUpdateRequest
-
-
Method Details
-
version
The schema's version, a positive integer. Required for updates. -
getVersion
-
setVersion
-
enabled
The schema's enabled/disabled status. A disabled schema cannot be assigned to any other entities, but the data on those entities from the schema still exists. -
getEnabled
-
setEnabled
-
jsonSchema
A JSON schema defining the extension to the built-in entity type. -
getJsonSchema
-
setJsonSchema
-
equals
-
hashCode
public int hashCode() -
toString
-