Uses of Class
com.azure.core.util.UrlBuilder
Packages that use UrlBuilder
-
Uses of UrlBuilder in com.azure.core.util
Methods in com.azure.core.util that return UrlBuilderModifier and TypeMethodDescriptionUrlBuilder.addQueryParameter(String queryParameterName, String queryParameterEncodedValue) Append the provided query parameter name and encoded value to query string for the final URL.UrlBuilder.clearQuery()Clear the query that will be used to build the final URL.static UrlBuilderParses the passedurlstring into a UrlBuilder.static UrlBuilderParse a UrlBuilder from the provided URL object.Set the host that will be used to build the final URL.Set the path that will be used to build the final URL.UrlBuilder.setPort(int port) Set the port that will be used to build the final URL.Set the port that will be used to build the final URL.Set the query that will be used to build the final URL.UrlBuilder.setQueryParameter(String queryParameterName, String queryParameterEncodedValue) Set the provided query parameter name and encoded value to query string for the final URL.Set the scheme/protocol that will be used to build the final URL.