Uses of Class
de.quantummaid.httpmaid.http.QueryParameter
-
Packages that use QueryParameter Package Description de.quantummaid.httpmaid.http -
-
Uses of QueryParameter in de.quantummaid.httpmaid.http
Methods in de.quantummaid.httpmaid.http that return QueryParameter Modifier and Type Method Description static QueryParameterQueryParameter. queryParameter(QueryParameterName name, QueryParameterValue value)Methods in de.quantummaid.httpmaid.http that return types with arguments of type QueryParameter Modifier and Type Method Description List<QueryParameter>QueryParameters. asList()Method parameters in de.quantummaid.httpmaid.http with type arguments of type QueryParameter Modifier and Type Method Description static QueryParametersQueryParameters. queryParameters(List<QueryParameter> parameters)
-