Package com.github.katenachain.utils
Class Uri
- java.lang.Object
-
- com.github.katenachain.utils.Uri
-
public class Uri extends Object
-
-
Constructor Summary
Constructors Constructor Description Uri()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static okhttp3.HttpUrlgetUri(String basePath, String[] paths, HashMap<String,String> queryValues)joins the base path and paths array and adds the query values to return a new uri.
-