@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(com.google.common.base.MoreObjects.ToStringHelper helper) |
String |
getApplication() |
String |
getService() |
ServiceUrlParams |
service(String value) |
ServiceUrlParams |
setAsMap(com.google.common.collect.Multimap<String,String> map) |
getParams, getPortalRequest, getType, param, portalRequest, singleValue, toString, type
public String getService()
public String getApplication()
public ServiceUrlParams service(String value)
public ServiceUrlParams application(String value)
public ServiceUrlParams setAsMap(com.google.common.collect.Multimap<String,String> map)
setAsMap
in class AbstractUrlParams<ServiceUrlParams>
protected void buildToString(com.google.common.base.MoreObjects.ToStringHelper helper)
buildToString
in class AbstractUrlParams<ServiceUrlParams>