Uses of Class
org.openrefine.model.recon.ReconciledDataExtensionJob.ColumnInfo
-
Packages that use ReconciledDataExtensionJob.ColumnInfo Package Description org.openrefine.commands.recon org.openrefine.model.recon -
-
Uses of ReconciledDataExtensionJob.ColumnInfo in org.openrefine.commands.recon
Fields in org.openrefine.commands.recon with type parameters of type ReconciledDataExtensionJob.ColumnInfo Modifier and Type Field Description protected List<ReconciledDataExtensionJob.ColumnInfo>
PreviewExtendDataCommand.PreviewResponse. columns
Constructor parameters in org.openrefine.commands.recon with type arguments of type ReconciledDataExtensionJob.ColumnInfo Constructor Description PreviewResponse(List<ReconciledDataExtensionJob.ColumnInfo> columns2, List<List<Object>> rows2)
-
Uses of ReconciledDataExtensionJob.ColumnInfo in org.openrefine.model.recon
Fields in org.openrefine.model.recon with type parameters of type ReconciledDataExtensionJob.ColumnInfo Modifier and Type Field Description List<ReconciledDataExtensionJob.ColumnInfo>
ReconciledDataExtensionJob. columns
-