Uses of Class
com.mypurecloud.sdk.v2.model.DialerContactlistConfigChangeImportStatus
Packages that use DialerContactlistConfigChangeImportStatus
-
Uses of DialerContactlistConfigChangeImportStatus in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DialerContactlistConfigChangeImportStatusModifier and TypeMethodDescriptionDialerContactlistConfigChangeImportStatus.additionalProperties(Map<String, Object> additionalProperties) DialerContactlistConfigChangeImportStatus.completedRecords(Long completedRecords) number of records finished importingDialerContactlistConfigChangeImportStatus.failureReason(String failureReason) if the import has failed, the reason for the failureDialerContactlistConfigChangeContactList.getImportStatus()DialerContactlistConfigChangeImportStatus.importState(DialerContactlistConfigChangeImportStatus.ImportStateEnum importState) current status of the importDialerContactlistConfigChangeImportStatus.listNamePrefix(String listNamePrefix) The prefix used for target contact list namesDialerContactlistConfigChangeImportStatus.percentageComplete(Long percentageComplete) percentage of records finished importingDialerContactlistConfigChangeImportStatus.targetContactListIds(List<String> targetContactListIds) The ids for target contact listsDialerContactlistConfigChangeImportStatus.totalRecords(Long totalRecords) total number of records to be importedMethods in com.mypurecloud.sdk.v2.model with parameters of type DialerContactlistConfigChangeImportStatusModifier and TypeMethodDescriptionDialerContactlistConfigChangeContactList.importStatus(DialerContactlistConfigChangeImportStatus importStatus) voidDialerContactlistConfigChangeContactList.setImportStatus(DialerContactlistConfigChangeImportStatus importStatus)