Package com.mypurecloud.sdk.v2.model
Class ImportTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.ImportTemplate
- All Implemented Interfaces:
Serializable
ImportTemplate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe list name format for target ContactLists. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontactListFilter(DomainEntityRef contactListFilter) ContactListFilter for this ImportTemplate.contactListTemplate(DomainEntityRef contactListTemplate) ContactListTemplate for this ImportTemplate.customListNameFormatValue(String customListNameFormatValue) Custom value for the list name format, at least %N is required.booleangetId()getName()inthashCode()listNameFormat(ImportTemplate.ListNameFormatEnum listNameFormat) The list name format for target ContactLists.The name of the import template.voidsetContactListFilter(DomainEntityRef contactListFilter) voidsetContactListTemplate(DomainEntityRef contactListTemplate) voidsetCustomListNameFormatValue(String customListNameFormatValue) voidsetListNameFormat(ImportTemplate.ListNameFormatEnum listNameFormat) voidvoidsetSplittingInformation(SplittingInformation splittingInformation) voidsetUseSplittingCriteria(Boolean useSplittingCriteria) voidsetVersion(Integer version) splittingInformation(SplittingInformation splittingInformation) How to split contact records, required if useSplittingCriteria is true.toString()useSplittingCriteria(Boolean useSplittingCriteria) Whether or not to use splitting criteria.Required for updates, must match the version number of the most recent update
-
Constructor Details
-
ImportTemplate
public ImportTemplate() -
ImportTemplate
-
-
Method Details
-
getId
-
name
The name of the import template. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
contactListTemplate
ContactListTemplate for this ImportTemplate. -
getContactListTemplate
-
setContactListTemplate
-
contactListFilter
ContactListFilter for this ImportTemplate. -
getContactListFilter
-
setContactListFilter
-
useSplittingCriteria
Whether or not to use splitting criteria. Default is false. -
getUseSplittingCriteria
-
setUseSplittingCriteria
-
splittingInformation
How to split contact records, required if useSplittingCriteria is true. -
getSplittingInformation
-
setSplittingInformation
-
listNameFormat
The list name format for target ContactLists. When Custom is provided, customListNameFormatValue is required. -
getListNameFormat
-
setListNameFormat
-
customListNameFormatValue
Custom value for the list name format, at least %N is required. Any character other than the specified tokens will be used as is. Available tokens: %N: ListNamePrefix; %P: Part number; %F: Filter name; %C: Column value; YYYY: year; MM: month; DD: day; hh: hour; mm: minute; ss: second. -
getCustomListNameFormatValue
-
setCustomListNameFormatValue
-
getImportStatus
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-