Modifier and Type | Required Element and Description |
---|---|
String |
defaultValue |
String |
value
The parameter description.
|
String |
xorn |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowMultiple
Another way to allow multiple values for a "query" parameter.
|
ApiParamExtended.DataType |
dataType
The data type of the parameter
|
String |
name
The parameter name as it appears in the URL pattern.
|
ApiParamExtended.ParamType |
paramType
The type of the parameter (that is, the location of the parameter in the request).
|
boolean |
required
Defines if parameter is mandatory
|
public abstract String value
public abstract String defaultValue
public abstract String xorn
public abstract String name
public abstract boolean required
public abstract boolean allowMultiple
public abstract ApiParamExtended.ParamType paramType
public abstract ApiParamExtended.DataType dataType
Copyright © 2018. All rights reserved.