Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentGuestSearch
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentGuestSearch
- All Implemented Interfaces:
Serializable
KnowledgeDocumentGuestSearch
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the query that initiates the search. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()getTotal()inthashCode()pageNumber(Integer pageNumber) Page number of the returned results.Page size of the returned results.Query to search content in the knowledge base.The type of the query that initiates the search.voidsetPageNumber(Integer pageNumber) voidsetPageSize(Integer pageSize) voidvoidtoString()
-
Constructor Details
-
KnowledgeDocumentGuestSearch
public KnowledgeDocumentGuestSearch() -
KnowledgeDocumentGuestSearch
-
-
Method Details
-
query
Query to search content in the knowledge base. Maximum of 30 records per query can be fetched. -
getQuery
-
setQuery
-
pageSize
Page size of the returned results. -
getPageSize
-
setPageSize
-
pageNumber
Page number of the returned results. -
getPageNumber
-
setPageNumber
-
getSearchId
-
getTotal
-
getPageCount
-
queryType
The type of the query that initiates the search. -
getQueryType
-
setQueryType
-
getSessionId
-
getResults
-
equals
-
hashCode
public int hashCode() -
toString
-