Uses of Class
com.easypost.easyvcr.internal.ApachePatch.NameValuePair
Packages that use ApachePatch.NameValuePair
-
Uses of ApachePatch.NameValuePair in com.easypost.easyvcr.internal
Methods in com.easypost.easyvcr.internal that return types with arguments of type ApachePatch.NameValuePairModifier and TypeMethodDescriptionstatic List<ApachePatch.NameValuePair>Utilities.mapToQueryParameters(Map<String,String> map)Convert a map to a query parameters string.static List<ApachePatch.NameValuePair>Parses the given string as a list of name-value pairs.static List<ApachePatch.NameValuePair>Parses the given URI query parameters as a list of name-value pairs.static List<ApachePatch.NameValuePair>Parses the given string as a list of name-value pairs.Method parameters in com.easypost.easyvcr.internal with type arguments of type ApachePatch.NameValuePairModifier and TypeMethodDescriptionstatic StringApachePatch.URLEncodedUtils.format(@NotNull Iterable<? extends ApachePatch.NameValuePair> parameters, char parameterSeparator, Charset charset)Format the given name-value pairs into a query string.static StringApachePatch.URLEncodedUtils.format(Iterable<? extends ApachePatch.NameValuePair> parameters, Charset charset)Format the given name-value pairs into a query string.