Class ClarinFCSEndpointDescription.ExampleQuery

    • Method Detail

      • getQuery

        public String getQuery()
        Get the query string for this example query.
        Returns:
        the query string
      • getQueryType

        public String getQueryType()
        Get the query type for this example query.
        Returns:
        the query type
      • getDescription

        public Map<String,​String> getDescription()
        Get the description for this example query.
        Returns:
        a Map of descriptions keyed by language code
      • getDescription

        public String getDescription​(String language)
        Get the description of the example query for a specific language code.
        Parameters:
        language - the language code
        Returns:
        the description for the language code or null if no title for this language code exists