Package com.mypurecloud.sdk.v2.model
Class DataExtractionFileSchema
java.lang.Object
com.mypurecloud.sdk.v2.model.DataExtractionFileSchema
- All Implemented Interfaces:
Serializable
DataExtractionFileSchema
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataSchema(String dataSchema) The data schema the file belongs todateCreated(Date dateCreated) The date and time when this file was created.dateExpires(Date dateExpires) The date and time when this file becomes unavailable.booleangetId()inthashCode()The unique identifier for the filevoidsetDataSchema(String dataSchema) voidsetDateCreated(Date dateCreated) voidsetDateExpires(Date dateExpires) voidtoString()
-
Constructor Details
-
DataExtractionFileSchema
public DataExtractionFileSchema() -
DataExtractionFileSchema
-
-
Method Details
-
id
The unique identifier for the file -
getId
-
setId
-
dataSchema
The data schema the file belongs to -
getDataSchema
-
setDataSchema
-
dateCreated
The date and time when this file was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateExpires
The date and time when this file becomes unavailable. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateExpires
-
setDateExpires
-
equals
-
hashCode
public int hashCode() -
toString
-