|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter.ParamType | |
---|---|
com.smartbear.swagger4j | Swagger4j core interfaces and utilities |
com.smartbear.swagger4j.impl | Default implementations of core Swagger4j Interfaces |
Uses of Parameter.ParamType in com.smartbear.swagger4j |
---|
Methods in com.smartbear.swagger4j that return Parameter.ParamType | |
---|---|
Parameter.ParamType |
Parameter.getParamType()
|
static Parameter.ParamType |
Parameter.ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Parameter.ParamType[] |
Parameter.ParamType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.smartbear.swagger4j with parameters of type Parameter.ParamType | |
---|---|
Parameter |
Operation.addParameter(String name,
Parameter.ParamType type)
|
void |
Parameter.setParamType(Parameter.ParamType paramType)
|
Uses of Parameter.ParamType in com.smartbear.swagger4j.impl |
---|
Methods in com.smartbear.swagger4j.impl that return Parameter.ParamType | |
---|---|
Parameter.ParamType |
ParameterImpl.getParamType()
|
Methods in com.smartbear.swagger4j.impl with parameters of type Parameter.ParamType | |
---|---|
Parameter |
OperationImpl.addParameter(String name,
Parameter.ParamType type)
|
void |
ParameterImpl.setParamType(Parameter.ParamType paramType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |