Uses of Class
com.mypurecloud.sdk.v2.model.SourceLastSync
Packages that use SourceLastSync
-
Uses of SourceLastSync in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SourceLastSyncModifier and TypeMethodDescriptionLast synchronization end-time.SourceLastSync.dateStarted(Date dateStarted) Last synchronization start-time.Optional error message of the last synchronization.SalesforceSourceResponse.getLastSync()ServiceNowSourceResponse.getLastSync()SourceBaseResponse.getLastSync()SourceLastSync.state(SourceLastSync.StateEnum state) State of the last synchronization.Methods in com.mypurecloud.sdk.v2.model with parameters of type SourceLastSyncModifier and TypeMethodDescriptionSalesforceSourceResponse.lastSync(SourceLastSync lastSync) Additional information about the last synchronization of the source.ServiceNowSourceResponse.lastSync(SourceLastSync lastSync) Additional information about the last synchronization of the source.SourceBaseResponse.lastSync(SourceLastSync lastSync) Additional information about the last synchronization of the source.voidSalesforceSourceResponse.setLastSync(SourceLastSync lastSync) voidServiceNowSourceResponse.setLastSync(SourceLastSync lastSync) voidSourceBaseResponse.setLastSync(SourceLastSync lastSync)