@Beta public final class RestServiceUrlParams extends AbstractUrlParams<RestServiceUrlParams>
| Constructor and Description |
|---|
RestServiceUrlParams() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildToString(MoreObjects.ToStringHelper helper) |
String |
getPath() |
RestServiceUrlParams |
path(String value) |
RestServiceUrlParams |
setAsMap(Multimap<String,String> map) |
getParams, getPortalRequest, getType, param, portalRequest, singleValue, toString, typepublic String getPath()
public RestServiceUrlParams path(String value)
public RestServiceUrlParams setAsMap(Multimap<String,String> map)
setAsMap in class AbstractUrlParams<RestServiceUrlParams>protected void buildToString(MoreObjects.ToStringHelper helper)
buildToString in class AbstractUrlParams<RestServiceUrlParams>