Package com.zendesk.sdk.model.helpcenter
Class LastSearch
- java.lang.Object
-
- com.zendesk.sdk.model.helpcenter.LastSearch
-
public class LastSearch extends java.lang.Object
This class encapsulates information about the last Help Center search.
-
-
Constructor Summary
Constructors Constructor and Description LastSearch(java.lang.String query, int resultCount)
Creates an instance of LastSearch from the given query and result count
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getQuery()
Gets the query terms of the last searchint
getResultsCount()
Gets the number of results that the last search had
-