Package com.cumulocity.sdk.client
Class UrlProcessor
- java.lang.Object
-
- com.cumulocity.sdk.client.UrlProcessor
-
public class UrlProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description UrlProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringremoveQueryParam(String url, Collection<String> params)StringreplaceOrAddQueryParam(String url, Map<String,String> newParams)
-
-
-
Method Detail
-
removeQueryParam
public String removeQueryParam(String url, Collection<String> params) throws SDKException
- Throws:
SDKException
-
replaceOrAddQueryParam
public String replaceOrAddQueryParam(String url, Map<String,String> newParams) throws SDKException
- Throws:
SDKException
-
-