Uses of Class
com.mypurecloud.sdk.v2.model.DialerDnclistConfigChangeImportStatus
Packages that use DialerDnclistConfigChangeImportStatus
-
Uses of DialerDnclistConfigChangeImportStatus in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerDnclistConfigChangeImportStatusModifier and TypeMethodDescriptionDialerDnclistConfigChangeImportStatus.additionalProperties(Map<String, Object> additionalProperties) DialerDnclistConfigChangeImportStatus.completedRecords(Long completedRecords) number of records finished importingDialerDnclistConfigChangeImportStatus.failureReason(String failureReason) if the import has failed, the reason for the failureDialerDnclistConfigChangeDncList.getImportStatus()DialerDnclistConfigChangeImportStatus.importState(DialerDnclistConfigChangeImportStatus.ImportStateEnum importState) current status of the importDialerDnclistConfigChangeImportStatus.listNamePrefix(String listNamePrefix) The prefix used for target contact list namesDialerDnclistConfigChangeImportStatus.percentageComplete(Long percentageComplete) percentage of records finished importingDialerDnclistConfigChangeImportStatus.targetContactListIds(List<String> targetContactListIds) The ids for target contact listsDialerDnclistConfigChangeImportStatus.totalRecords(Long totalRecords) total number of records to be importedMethods in com.mypurecloud.sdk.v2.model with parameters of type DialerDnclistConfigChangeImportStatusModifier and TypeMethodDescriptionDialerDnclistConfigChangeDncList.importStatus(DialerDnclistConfigChangeImportStatus importStatus) voidDialerDnclistConfigChangeDncList.setImportStatus(DialerDnclistConfigChangeImportStatus importStatus)