| Modifier and Type | Method and Description |
|---|---|
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Parameter(String displayName,
String externalName,
ParameterType parameterType,
TypeDefinition typeDefinition,
String description,
boolean required,
String defaultValue,
boolean password,
List<String> collisionInternalNames,
ValueResolverReference valueResolverReference) |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
ParameterBinding.getParameterType() |
| Constructor and Description |
|---|
ParameterBinding(ParameterType parameterType,
String name,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
SdkParameter |
AbstractSdkOperation.getSdkParameter(ParameterType parameterType,
String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
NamingUtil.buildParameterInternalName(String externalName,
List<String> collisionInternalNames,
ParameterType parameterType) |
| Modifier and Type | Field and Description |
|---|---|
protected ParameterType |
APIParameterModel.parameterType |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
APIParameterModel.getParameterType() |
| Constructor and Description |
|---|
AMFParameterModel(amf.client.model.domain.Parameter parameter,
ParameterType parameterType,
boolean isPassword) |
AMFParameterModel(amf.client.model.domain.PropertyShape propertyShape,
ParameterType parameterType) |
AMFParameterModel(String name,
ParameterType parameterType,
AMFPrimitiveTypeModel amfPrimitiveTypeParser) |
Copyright © 2020. All rights reserved.