Package com.mypurecloud.sdk.v2.model
Class ConversationDataSchema
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationDataSchema
- All Implemented Interfaces:
Serializable
ConversationDataSchema
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe schema's enabled/disabled status.booleangetId()inthashCode()The globally unique identifier for the schema.jsonSchema(ConversationJsonSchemaDocument jsonSchema) A JSON schema defining the extension to the built-in entity type.voidsetEnabled(Boolean enabled) voidvoidsetJsonSchema(ConversationJsonSchemaDocument jsonSchema) voidsetVersion(Integer version) toString()The schema's version, a positive integer.
-
Constructor Details
-
ConversationDataSchema
public ConversationDataSchema() -
ConversationDataSchema
-
-
Method Details
-
id
The globally unique identifier for the schema. -
getId
-
setId
-
version
The schema's version, a positive integer. -
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
-
getDateCreated
-
getCreatedBy
-
jsonSchema
A JSON schema defining the extension to the built-in entity type. -
getJsonSchema
-
setJsonSchema
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-