Interface TranslationsReadRequest


public interface TranslationsReadRequest
Provides methods to retrieve information about what Messages to read.
  • Method Details

    • getMessageGroup

      String getMessageGroup()
      Retrieves the specified Messagegroup name. For example, control__c.
      Returns:
      name of a Messagegroup, not null or empty
    • getMessages

      Collection<String> getMessages()
      Retrieves the optional collection of Message names. For example, [max__c, min__c]. If unspecified, returns all Messages in the Messagegroup.
      Returns:
      optional names of Messages in the given Messagegroup. If null or empty, returns all Messages in the Messagegroup
    • getLanguage

      String getLanguage()
      Retrieves the specified Vault-supported language code. For example, en, ja, zh.
      Returns:
      language code, not null or empty
    • getLabelSet

      String getLabelSet()
      Specifies the name of the Vault-supported label set. For example, medical_english__v.
      Returns:
      label set