Package org.alfresco.rest.framework
Annotation Type WebApiParam
A parameter used on a resource method operation in the Rest API
The parameter kind is one of :
QUERY_STRING - A query string parameter as part of the URL
HTTP_BODY_OBJECT - A JSON object specified in a HTTP_BODY used by either a POST or PUT
URL_PATH - Included as part of the actual url, e.g. entity id. (Does not support multiple values)
HTTP_HEADER - Included in the request's HTTP Header
- Author:
- Gethin James
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
boolean