Uses of Class
com.google.refine.model.ReconType
Packages that use ReconType
Package
Description
-
Uses of ReconType in com.google.refine.model
Methods in com.google.refine.model that return ReconType -
Uses of ReconType in com.google.refine.model.changes
Fields in com.google.refine.model.changes with type parameters of type ReconType -
Uses of ReconType in com.google.refine.model.recon
Fields in com.google.refine.model.recon declared as ReconTypeModifier and TypeFieldDescriptionfinal ReconTypeReconciledDataExtensionJob.ColumnInfo.expectedTypefinal ReconTypeDataExtensionReconConfig.typeFields in com.google.refine.model.recon with type parameters of type ReconTypeMethods in com.google.refine.model.recon that return ReconTypeConstructors in com.google.refine.model.recon with parameters of type ReconTypeModifierConstructorDescriptionColumnDetail(String columnName, String propertyName, String propertyID, ReconType property) Unfortunately the format of ColumnDetail is inconsistent in the UI and the backend so we need to support two deserialization formats.protectedColumnInfo(String name, String id, ReconType expectedType) DataExtensionReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type) StandardReconConfig(String service, String identifierSpace, String schemaSpace, ReconType type, boolean autoMatch, int batchSize, List<StandardReconConfig.ColumnDetail> columnDetails, int limit)