Uses of Class
ch.colabproject.colab.generator.plugin.rest.Param
Packages that use Param
-
Uses of Param in ch.colabproject.colab.generator.plugin.rest
Methods in ch.colabproject.colab.generator.plugin.rest that return ParamMethods in ch.colabproject.colab.generator.plugin.rest that return types with arguments of type ParamModifier and TypeMethodDescriptionRestMethod.getAllParameters()Get all parameters.RestMethod.getFormParameters()Get the value of formParametersRestEndpoint.getPathParameters()Get the value of pathParametersRestMethod.getPathParameters()Get the value of pathParametersRestMethod.getQueryParameters()Get the value of queryParametersRestMethod.getUrlParameters()Get URL parameters.Methods in ch.colabproject.colab.generator.plugin.rest with parameters of type ParamModifier and TypeMethodDescriptionvoidRestMethod.setBodyParam(Param bodyParam) Set the value of bodyParamMethod parameters in ch.colabproject.colab.generator.plugin.rest with type arguments of type ParamModifier and TypeMethodDescriptionvoidRestMethod.setFormParameters(List<Param> formParameters) Set the value of formParametersvoidRestEndpoint.setPathParameters(List<Param> pathParameters) Set the value of pathParametersvoidRestMethod.setPathParameters(List<Param> pathParameters) Set the value of pathParametersvoidRestMethod.setQueryParameters(List<Param> queryParameters) Set the value of queryParameters