Uses of Class
com.oracle.bmc.oda.model.ParameterDefinition.Direction
-
Packages that use ParameterDefinition.Direction Package Description com.oracle.bmc.oda.model -
-
Uses of ParameterDefinition.Direction in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return ParameterDefinition.Direction Modifier and Type Method Description static ParameterDefinition.Direction
ParameterDefinition.Direction. create(String key)
ParameterDefinition.Direction
ParameterDefinition. getDirection()
Is this parameter an input parameter, output parameter, or both?static ParameterDefinition.Direction
ParameterDefinition.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterDefinition.Direction[]
ParameterDefinition.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type ParameterDefinition.Direction Modifier and Type Method Description ParameterDefinition.Builder
ParameterDefinition.Builder. direction(ParameterDefinition.Direction direction)
Is this parameter an input parameter, output parameter, or both?Constructors in com.oracle.bmc.oda.model with parameters of type ParameterDefinition.Direction Constructor Description ParameterDefinition(String name, ParameterDefinition.Type type, String description, Boolean isRequired, Boolean isSensitive, String defaultValue, Integer minLength, Integer maxLength, String pattern, ParameterDefinition.Direction direction, String uiPlacementHint, Object resourceTypeMetadata)
Deprecated.
-