Uses of Class
com.oracle.bmc.datasafe.model.Column.ApplicableOperators
-
Packages that use Column.ApplicableOperators Package Description com.oracle.bmc.datasafe.model -
-
Uses of Column.ApplicableOperators in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return Column.ApplicableOperators Modifier and Type Method Description static Column.ApplicableOperators
Column.ApplicableOperators. create(String key)
static Column.ApplicableOperators
Column.ApplicableOperators. valueOf(String name)
Returns the enum constant of this type with the specified name.static Column.ApplicableOperators[]
Column.ApplicableOperators. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model that return types with arguments of type Column.ApplicableOperators Modifier and Type Method Description List<Column.ApplicableOperators>
Column. getApplicableOperators()
An array of operators that can be supported by column fieldName.Method parameters in com.oracle.bmc.datasafe.model with type arguments of type Column.ApplicableOperators Modifier and Type Method Description Column.Builder
Column.Builder. applicableOperators(List<Column.ApplicableOperators> applicableOperators)
An array of operators that can be supported by column fieldName.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type Column.ApplicableOperators Constructor Description Column(String displayName, String fieldName, String dataType, Boolean isHidden, Integer displayOrder, Boolean isVirtual, List<Column.ApplicableOperators> applicableOperators)
Deprecated.
-