Package com.mypurecloud.sdk.v2.model
Class DataTable
java.lang.Object
com.mypurecloud.sdk.v2.model.DataTable
- All Implemented Interfaces:
Serializable
Contains a metadata representation for a JSON schema stored in DataTables along with an optional field for the schema itself
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description from the JSON schema (equates to the Description field on the JSON schema.)division(WritableDivision division) The division to which this entity belongs.booleangetId()getName()inthashCode()schema(JsonSchemaDocument schema) the schema as stored in the system.voidsetDescription(String description) voidsetDivision(WritableDivision division) voidvoidsetSchema(JsonSchemaDocument schema) toString()
-
Constructor Details
-
DataTable
public DataTable() -
DataTable
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The description from the JSON schema (equates to the Description field on the JSON schema.) -
getDescription
-
setDescription
-
schema
the schema as stored in the system. -
getSchema
-
setSchema
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-