Uses of Class
com.oracle.bmc.dataintegration.model.DerivedEntity.Mode
-
Packages that use DerivedEntity.Mode Package Description com.oracle.bmc.dataintegration.model -
-
Uses of DerivedEntity.Mode in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DerivedEntity.Mode Modifier and Type Method Description static DerivedEntity.Mode
DerivedEntity.Mode. create(String key)
DerivedEntity.Mode
DerivedEntity. getMode()
Determines whether entity is treated as source or targetstatic DerivedEntity.Mode
DerivedEntity.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DerivedEntity.Mode[]
DerivedEntity.Mode. 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 DerivedEntity.Mode Modifier and Type Method Description DerivedEntity.Builder
DerivedEntity.Builder. mode(DerivedEntity.Mode mode)
Determines whether entity is treated as source or targetConstructors in com.oracle.bmc.dataintegration.model with parameters of type DerivedEntity.Mode Constructor Description DerivedEntity(ObjectMetadata metadata, String key, String modelVersion, ParentReference parentRef, String name, Integer objectVersion, Shape shape, String shapeId, String resourceName, Integer objectStatus, String identifier, ReferencedDataObject refDataObject, DerivedEntity.Mode mode, Map<String,Object> derivedProperties)
Deprecated.
-