| Modifier and Type | Field and Description |
|---|---|
protected APIParameterType |
APIParameterModel.parameterType |
| Modifier and Type | Method and Description |
|---|---|
APIParameterType |
APIParameterModel.getParameterType() |
| Modifier and Type | Method and Description |
|---|---|
static APIParameterType |
APIParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIParameterType[] |
APIParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AMFParameterModel(amf.client.model.domain.Parameter parameter,
APIParameterType parameterType,
boolean isPassword) |
AMFParameterModel(amf.client.model.domain.PropertyShape propertyShape,
APIParameterType parameterType) |
AMFParameterModel(String name,
APIParameterType parameterType,
AMFPrimitiveTypeModel amfPrimitiveTypeParser) |
Copyright © 2024. All rights reserved.