Package com.veeva.vault.sdk.api.i18n
Interface TranslationsReadResponse
public interface TranslationsReadResponse
Provides methods to retrieve translated Messages.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves translations for the requested Messages.
-
Method Details
-
getTranslations
Retrieves translations for the requested Messages.- Returns:
- a map keyed by Message name, never null
-