Uses of Annotation Interface
org.opencastproject.util.doc.rest.RestParameter
Packages that use RestParameter
-
Uses of RestParameter in org.opencastproject.runtimeinfo.rest
Methods in org.opencastproject.runtimeinfo.rest with parameters of type RestParameterModifier and TypeMethodDescriptionRestEndpointData.addBodyParam(RestParameter restParam) Adds a body parameter to this endpoint.Constructors in org.opencastproject.runtimeinfo.rest with parameters of type RestParameterModifierConstructorDescriptionRestParamData(RestParameter restParam) Convenient constructor: take a RestParameter annotation and create a RestParamData from it.