Package com.mypurecloud.sdk.v2.model
Class ConversationSchemaUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSchemaUpdateRequest
- All Implemented Interfaces:
Serializable
Schema update request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe schema's enabled/disabled status.booleaninthashCode()jsonSchema(ConversationJsonSchemaRequest jsonSchema) A JSON schema defining the extension to the built-in entity type.voidsetEnabled(Boolean enabled) voidsetJsonSchema(ConversationJsonSchemaRequest jsonSchema) voidsetVersion(Integer version) toString()The schema's version, a positive integer.
-
Constructor Details
-
ConversationSchemaUpdateRequest
public ConversationSchemaUpdateRequest() -
ConversationSchemaUpdateRequest
-
-
Method Details
-
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
-
jsonSchema
A JSON schema defining the extension to the built-in entity type. -
getJsonSchema
-
setJsonSchema
-
equals
-
hashCode
public int hashCode() -
toString
-