Interface TranslationsReadResponse


public interface TranslationsReadResponse
Provides methods to retrieve translated Messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves translations for the requested Messages.
  • Method Details

    • getTranslations

      Map<String,String> getTranslations()
      Retrieves translations for the requested Messages.
      Returns:
      a map keyed by Message name, never null