«Query Param»
Stereotype «QueryParam»
is used to mark that a parameter of a REST operation should be taken from the query string of a REST call. Please be aware that the stereotype can only be applied on an operation of an interface that is marked as «RESTResource»
and the operation is marked as «RESTOperation»
.
Stereotype |
| |
Applicable Elements |
| |
Tagged Values | ||
Name | Type | Description |
value | String | Name the query string parameter from which the parameter value should be taken. |
For further information please refer to: