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