Uses of Class
com.mypurecloud.sdk.v2.model.V3SynchronizationStatistics
Packages that use V3SynchronizationStatistics
-
Uses of V3SynchronizationStatistics in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SynchronizationStatisticsModifier and TypeMethodDescriptionV3SynchronizationStatistics.failedItemCount(Integer failedItemCount) The number of source items that failed to synchronize.V3SourceLastSynchronization.getStatistics()V3Synchronization.getStatistics()V3SynchronizationStatistics.synchronizedItemCount(Integer synchronizedItemCount) The total number of items added, updated or removed in the synchronization.Methods in com.mypurecloud.sdk.v2.model with parameters of type V3SynchronizationStatisticsModifier and TypeMethodDescriptionvoidV3SourceLastSynchronization.setStatistics(V3SynchronizationStatistics statistics) voidV3Synchronization.setStatistics(V3SynchronizationStatistics statistics) V3SourceLastSynchronization.statistics(V3SynchronizationStatistics statistics) Statistics of the synchronization.V3Synchronization.statistics(V3SynchronizationStatistics statistics) Statistics of the synchronization.