Package com.mypurecloud.sdk.v2.model
Class FileSpecificationTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.FileSpecificationTemplate
- All Implemented Interfaces:
Serializable
FileSpecificationTemplate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKind of delimiterstatic enumFile format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnInformation(List<Column> columnInformation) Columns specificationdelimiter(FileSpecificationTemplate.DelimiterEnum delimiter) Kind of delimiterdelimiterValue(String delimiterValue) Delimiter character, used only when delimiter=\"Custom\"description(String description) Description of the file specification templatebooleanFile formatgetId()getName()inthashCode()If true indicates that delimited file has a header row, which can provide column namesThe name of the File Specification template.numberOfHeadingLinesSkipped(Integer numberOfHeadingLinesSkipped) Number of heading lines to be skippednumberOfTrailingLinesSkipped(Integer numberOfTrailingLinesSkipped) Number of trailing lines to be skippedpreprocessingRules(List<PreprocessingRule> preprocessingRules) Preprocessing rulesvoidsetColumnInformation(List<Column> columnInformation) voidvoidsetDelimiterValue(String delimiterValue) voidsetDescription(String description) voidvoidvoidvoidsetNumberOfHeadingLinesSkipped(Integer numberOfHeadingLinesSkipped) voidsetNumberOfTrailingLinesSkipped(Integer numberOfTrailingLinesSkipped) voidsetPreprocessingRules(List<PreprocessingRule> preprocessingRules) voidsetVersion(Integer version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
FileSpecificationTemplate
public FileSpecificationTemplate() -
FileSpecificationTemplate
-
-
Method Details
-
getId
-
name
The name of the File Specification template. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
description
Description of the file specification template -
getDescription
-
setDescription
-
format
File format -
getFormat
-
setFormat
-
numberOfHeadingLinesSkipped
Number of heading lines to be skipped -
getNumberOfHeadingLinesSkipped
-
setNumberOfHeadingLinesSkipped
-
numberOfTrailingLinesSkipped
Number of trailing lines to be skipped -
getNumberOfTrailingLinesSkipped
-
setNumberOfTrailingLinesSkipped
-
header
If true indicates that delimited file has a header row, which can provide column names -
getHeader
-
setHeader
-
delimiter
Kind of delimiter -
getDelimiter
-
setDelimiter
-
delimiterValue
Delimiter character, used only when delimiter=\"Custom\" -
getDelimiterValue
-
setDelimiterValue
-
columnInformation
Columns specification -
getColumnInformation
-
setColumnInformation
-
preprocessingRules
Preprocessing rules -
getPreprocessingRules
-
setPreprocessingRules
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-