Package zendesk.support
Class SuggestedArticleSearch
- java.lang.Object
-
- zendesk.support.SuggestedArticleSearch
-
public class SuggestedArticleSearch extends java.lang.ObjectThis class models a search for suggested articles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classSuggestedArticleSearch.BuilderThis is a builder class which is used to generate aSuggestedArticleSearch
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.LonggetCategoryId()Returns the category ID to specifyjava.lang.StringgetLabelNames()Returns the label names to specify.java.util.LocalegetLocale()Returns the locale to search in.java.lang.StringgetQuery()Returns the free-form text query.java.lang.LonggetSectionId()Returns the section ID to specify
-
-
-
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
-
-