Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ParameterDefinition.Builder |
ParameterDefinition.Builder.direction(ParameterDefinition.Direction direction)
Is this parameter an input parameter, output parameter, or both?
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.