Uses of Class
org.openrefine.model.recon.ReconciledDataExtensionJob.DataExtensionProperty
-
Packages that use ReconciledDataExtensionJob.DataExtensionProperty Package Description org.openrefine.model.recon -
-
Uses of ReconciledDataExtensionJob.DataExtensionProperty in org.openrefine.model.recon
Methods in org.openrefine.model.recon that return types with arguments of type ReconciledDataExtensionJob.DataExtensionProperty Modifier and Type Method Description List<ReconciledDataExtensionJob.DataExtensionProperty>
ReconciledDataExtensionJob.DataExtensionConfig. getProperties()
List<ReconciledDataExtensionJob.DataExtensionProperty>
ReconciledDataExtensionJob.DataExtensionQuery. getProperties()
Constructor parameters in org.openrefine.model.recon with type arguments of type ReconciledDataExtensionJob.DataExtensionProperty Constructor Description DataExtensionConfig(List<ReconciledDataExtensionJob.DataExtensionProperty> properties, int batchSize)
-