Uses of Class
com.oracle.bmc.datacatalog.model.DerivedLogicalEntities
-
Packages that use DerivedLogicalEntities Package Description com.oracle.bmc.datacatalog.model -
-
Uses of DerivedLogicalEntities in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return DerivedLogicalEntities Modifier and Type Method Description DerivedLogicalEntitiesDerivedLogicalEntities.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type DerivedLogicalEntities Modifier and Type Method Description List<DerivedLogicalEntities>ValidatePatternResult. getDerivedLogicalEntities()Collection of logical entities derived from the pattern, as applied to a list of file paths.Methods in com.oracle.bmc.datacatalog.model with parameters of type DerivedLogicalEntities Modifier and Type Method Description DerivedLogicalEntities.BuilderDerivedLogicalEntities.Builder. copy(DerivedLogicalEntities model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type DerivedLogicalEntities Modifier and Type Method Description ValidatePatternResult.BuilderValidatePatternResult.Builder. derivedLogicalEntities(List<DerivedLogicalEntities> derivedLogicalEntities)Collection of logical entities derived from the pattern, as applied to a list of file paths.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type DerivedLogicalEntities Constructor Description ValidatePatternResult(String message, String status, String expression, String filePathPrefix, List<DerivedLogicalEntities> derivedLogicalEntities)Deprecated.
-