Uses of Class
com.oracle.bmc.dataintegration.model.BiccReadAttributes.ExtractStrategy
-
Packages that use BiccReadAttributes.ExtractStrategy Package Description com.oracle.bmc.dataintegration.model -
-
Uses of BiccReadAttributes.ExtractStrategy in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return BiccReadAttributes.ExtractStrategy Modifier and Type Method Description static BiccReadAttributes.ExtractStrategy
BiccReadAttributes.ExtractStrategy. create(String key)
BiccReadAttributes.ExtractStrategy
BiccReadAttributes. getExtractStrategy()
Extraction Strategy - FULL|INCREMENTALstatic BiccReadAttributes.ExtractStrategy
BiccReadAttributes.ExtractStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static BiccReadAttributes.ExtractStrategy[]
BiccReadAttributes.ExtractStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type BiccReadAttributes.ExtractStrategy Modifier and Type Method Description BiccReadAttributes.Builder
BiccReadAttributes.Builder. extractStrategy(BiccReadAttributes.ExtractStrategy extractStrategy)
Extraction Strategy - FULL|INCREMENTALConstructors in com.oracle.bmc.dataintegration.model with parameters of type BiccReadAttributes.ExtractStrategy Constructor Description BiccReadAttributes(Integer fetchSize, BiccReadAttributes.ExtractStrategy extractStrategy, ExternalStorage externalStorage, Date initialExtractDate, Date lastExtractDate)
Deprecated.
-