Uses of Class
com.mypurecloud.sdk.v2.model.V3SourceLastSynchronization
Packages that use V3SourceLastSynchronization
-
Uses of V3SourceLastSynchronization in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V3SourceLastSynchronizationModifier and TypeMethodDescriptionThe end time of the synchronization.V3SourceLastSynchronization.dateSourceIntervalEnd(Date dateSourceIntervalEnd) The end time of the interval to be synchronized from the source.V3SourceLastSynchronization.dateSourceIntervalStart(Date dateSourceIntervalStart) The start time of the interval to be synchronized from the source.The start time of the synchronization.The error that occurred during the synchronization.V3SourceDetailedResponse.getLastSync()V3SourceExpandableListResponse.getLastSync()V3SourceExpandableResponse.getLastSync()V3SourceLastSynchronization.ingestionStatus(V3SourceLastSynchronization.IngestionStatusEnum ingestionStatus) The status of the ingestion.V3SourceLastSynchronization.statistics(V3SynchronizationStatistics statistics) Statistics of the synchronization.V3SourceLastSynchronization.status(V3SourceLastSynchronization.StatusEnum status) The status of the synchronization.V3SourceLastSynchronization.triggerType(V3SourceLastSynchronization.TriggerTypeEnum triggerType) The trigger type of the synchronization.Methods in com.mypurecloud.sdk.v2.model with parameters of type V3SourceLastSynchronizationModifier and TypeMethodDescriptionV3SourceDetailedResponse.lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.V3SourceExpandableListResponse.lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.V3SourceExpandableResponse.lastSync(V3SourceLastSynchronization lastSync) The last synchronization of the source.voidV3SourceDetailedResponse.setLastSync(V3SourceLastSynchronization lastSync) voidV3SourceExpandableListResponse.setLastSync(V3SourceLastSynchronization lastSync) voidV3SourceExpandableResponse.setLastSync(V3SourceLastSynchronization lastSync)