Class Uri


  • public class Uri
    extends Object
    • Constructor Detail

      • Uri

        public Uri()
    • Method Detail

      • getUri

        public static okhttp3.HttpUrl getUri​(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.