Package zendesk.support
Class SuggestedArticleSearch
- java.lang.Object
-
- zendesk.support.SuggestedArticleSearch
-
public class SuggestedArticleSearch extends java.lang.Object
This class models a search for suggested articles
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
SuggestedArticleSearch.Builder
This 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.Long
getCategoryId()
Returns the category ID to specifyjava.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
-
-
-
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
-
-