Uses of Class
com.docusign.esign.model.SupportedLanguages
-
Packages that use SupportedLanguages Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of SupportedLanguages in com.docusign.esign.api
Methods in com.docusign.esign.api that return SupportedLanguages Modifier and Type Method Description SupportedLanguagesAccountsApi. getSupportedLanguages(String accountId)Gets list of supported languages for recipient language setting..Methods in com.docusign.esign.api that return types with arguments of type SupportedLanguages Modifier and Type Method Description ApiResponse<SupportedLanguages>AccountsApi. getSupportedLanguagesWithHttpInfo(String accountId)Gets list of supported languages for recipient language setting. -
Uses of SupportedLanguages in com.docusign.esign.model
Methods in com.docusign.esign.model that return SupportedLanguages Modifier and Type Method Description SupportedLanguagesSupportedLanguages. addLanguagesItem(NameValue languagesItem)addLanguagesItem.SupportedLanguagesSupportedLanguages. languages(List<NameValue> languages)languages.
-