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 Param
RestMethod. 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 void
RestMethod. 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 void
RestMethod. setFormParameters(List<Param> formParameters)
Set the value of formParametersvoid
RestEndpoint. setPathParameters(List<Param> pathParameters)
Set the value of pathParametersvoid
RestMethod. setPathParameters(List<Param> pathParameters)
Set the value of pathParametersvoid
RestMethod. setQueryParameters(List<Param> queryParameters)
Set the value of queryParameters
-