Class NameTranslationRequestMixin

java.lang.Object
com.basistech.rosette.apimodel.jackson.NameTranslationRequestMixin

public abstract class NameTranslationRequestMixin extends Object
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    NameTranslationRequestMixin(String profileId, String name, String entityType, com.basistech.util.ISO15924 sourceScript, com.basistech.util.LanguageCode sourceLanguageOfOrigin, com.basistech.util.LanguageCode sourceLanguageOfUse, com.basistech.util.LanguageCode targetLanguage, com.basistech.util.ISO15924 targetScript, com.basistech.util.TransliterationScheme targetScheme, Integer maximumResults)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NameTranslationRequestMixin

      protected NameTranslationRequestMixin(String profileId, String name, String entityType, com.basistech.util.ISO15924 sourceScript, com.basistech.util.LanguageCode sourceLanguageOfOrigin, com.basistech.util.LanguageCode sourceLanguageOfUse, com.basistech.util.LanguageCode targetLanguage, com.basistech.util.ISO15924 targetScript, com.basistech.util.TransliterationScheme targetScheme, Integer maximumResults)