Uses of Class
cloud.opencode.base.web.url.QueryString
Packages that use QueryString
-
Uses of QueryString in cloud.opencode.base.web.url
Methods in cloud.opencode.base.web.url that return QueryStringModifier and TypeMethodDescriptionQueryString.Builder.build()Builds the query string.static QueryStringQueryString.empty()Creates an empty query string.static QueryStringCreates from a map.static QueryStringParses a query string.static QueryStringOpenUrl.parseQuery(String url) Parses query string from URL.Creates a new query string with added parameter.Creates a new query string without specified parameter.Methods in cloud.opencode.base.web.url with parameters of type QueryStringModifier and TypeMethodDescriptionUrlBuilder.queryString(QueryString queryString) Sets query string.