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

com.lionbridge.content.sdk.models.QuoteOptions Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.lionbridge.content.sdk.models;

import java.net.URI;
import java.util.List;

public class QuoteOptions extends TranslationOptions {
	public QuoteOptions(String sourceLanguage, List targetLanguages, String currency, URI notifyCompleteUrl, URI notifyQuoteReadyUrl, URI notifyQuotePaidUrl) {
		super(sourceLanguage, targetLanguages);
		this.setCurrency(currency);
		this.setNotifyCompleteUrl(notifyCompleteUrl);
		this.setNotifyQuoteReadyUrl(notifyQuoteReadyUrl);
		this.setNotifyQuotePaidUrl(notifyQuotePaidUrl);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy