Class SuggestedArticleSearch



  • public class SuggestedArticleSearch
    extends java.lang.Object
    This class models a search for suggested articles
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getCategoryId()
      Returns the category ID to specify
      java.lang.String getLabelNames()
      Returns the label names to specify.
      java.util.Locale getLocale()
      Returns the locale to search in.
      java.lang.String getQuery()
      Returns the free-form text query.
      java.lang.Long getSectionId()
      Returns the section ID to specify
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getQuery

        public java.lang.String getQuery()
        Returns the free-form text query.
        Returns:
        The query
      • getLocale

        public java.util.Locale getLocale()
        Returns the locale to search in.
        Returns:
        The locale to search in
      • getLabelNames

        public java.lang.String getLabelNames()
        Returns the label names to specify.
        Returns:
        The label names to specify
      • getCategoryId

        public java.lang.Long getCategoryId()
        Returns the category ID to specify
        Returns:
        The category ID to specify
      • getSectionId

        public java.lang.Long getSectionId()
        Returns the section ID to specify
        Returns:
        The section ID to specify