![JAR search and dependency download from the Maven repository](/logo.png)
com.lionbridge.content.sdk.models.QuoteOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liox-content-sdk-java Show documentation
Show all versions of liox-content-sdk-java Show documentation
Client for Lionbridge Ondemand API
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