All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.alm.helpers.QueryString Maven / Gradle / Ivy

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root.

package com.microsoft.alm.helpers;

import java.util.LinkedHashMap;

public class QueryString extends LinkedHashMap {
    @Override
    public String toString() {
        return UriHelper.serializeParameters(this);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy