Uses of Class
ch.colabproject.colab.generator.plugin.rest.Param
-
Packages that use Param Package Description ch.colabproject.colab.generator.plugin.rest -
-
Uses of Param in ch.colabproject.colab.generator.plugin.rest
Methods in ch.colabproject.colab.generator.plugin.rest that return Param Modifier and Type Method Description ParamRestMethod. getBodyParam()Get the value of bodyParamMethods in ch.colabproject.colab.generator.plugin.rest that return types with arguments of type Param Modifier and Type Method Description List<Param>RestMethod. getAllParameters()Get all parameters.List<Param>RestMethod. getFormParameters()Get the value of formParametersList<Param>RestEndpoint. getPathParameters()Get the value of pathParametersList<Param>RestMethod. getPathParameters()Get the value of pathParametersList<Param>RestMethod. getQueryParameters()Get the value of queryParametersList<Param>RestMethod. getUrlParameters()Get URL parameters.Methods in ch.colabproject.colab.generator.plugin.rest with parameters of type Param Modifier and Type Method Description voidRestMethod. setBodyParam(Param bodyParam)Set the value of bodyParamMethod parameters in ch.colabproject.colab.generator.plugin.rest with type arguments of type Param Modifier and Type Method Description voidRestMethod. 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
-