Uses of Class
com.oracle.bmc.dataintegration.model.Join.Policy
-
Packages that use Join.Policy Package Description com.oracle.bmc.dataintegration.model -
-
Uses of Join.Policy in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return Join.Policy Modifier and Type Method Description static Join.Policy
Join.Policy. create(String key)
Join.Policy
Join. getPolicy()
The type of join.static Join.Policy
Join.Policy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Join.Policy[]
Join.Policy. 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 Join.Policy Modifier and Type Method Description Join.Builder
Join.Builder. policy(Join.Policy policy)
The type of join.Constructors in com.oracle.bmc.dataintegration.model with parameters of type Join.Policy Constructor Description Join(String condition, Join.Policy policy)
Deprecated.
-