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

com.smartling.api.sdk.file.parameters.ParameterBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.25
Show newest version
package com.smartling.api.sdk.file.parameters;

import org.apache.http.NameValuePair;

import java.util.List;

public interface ParameterBuilder {
    List getNameValueList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy