Package com.mypurecloud.sdk.v2.model
Class BusinessRulesDataSchema
java.lang.Object
com.mypurecloud.sdk.v2.model.BusinessRulesDataSchema
- All Implemented Interfaces:
Serializable
BusinessRulesDataSchema
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets appliesTo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe schema's enabled/disabled status.booleangetId()getName()inthashCode()The globally unique identifier for the schema.jsonSchema(JsonSchemaDocument jsonSchema) A JSON schema defining the extension to the built-in entity type.voidsetEnabled(Boolean enabled) voidvoidsetJsonSchema(JsonSchemaDocument jsonSchema) voidvoidsetVersion(Integer version) toString()The schema's version, a positive integer.
-
Constructor Details
-
BusinessRulesDataSchema
public BusinessRulesDataSchema() -
BusinessRulesDataSchema
-
-
Method Details
-
id
The globally unique identifier for the schema. Only required if a schema is used for custom fields during external entity creation or updates. -
getId
-
setId
-
name
-
getName
-
setName
-
version
The schema's version, a positive integer. Required for updates. -
getVersion
-
setVersion
-
getAppliesTo
-
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
-
getCreatedBy
-
getDateCreated
-
jsonSchema
A JSON schema defining the extension to the built-in entity type. -
getJsonSchema
-
setJsonSchema
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-