public static class HttpParameters.Builder extends Object
Modifier | Constructor and Description |
---|---|
protected |
HttpParameters.Builder(Map<String,?> requestParameterMap) |
Modifier and Type | Method and Description |
---|---|
HttpParameters |
build() |
HttpParameters.Builder |
withComparator(Comparator<String> orderedComparator) |
HttpParameters.Builder |
withExtraParams(Map<String,?> params) |
HttpParameters.Builder |
withParent(HttpParameters parentParams) |
public HttpParameters.Builder withParent(HttpParameters parentParams)
public HttpParameters.Builder withExtraParams(Map<String,?> params)
public HttpParameters.Builder withComparator(Comparator<String> orderedComparator)
public HttpParameters build()
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.