Package com.mypurecloud.sdk.v2.model
Class KnowledgeGuestDocumentSuggestionRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentSuggestionRequest
- All Implemented Interfaces:
Serializable
KnowledgeGuestDocumentSuggestionRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()inthashCode()includeDraftDocuments(Boolean includeDraftDocuments) Indicates whether the suggestion results would also include draft documents.Page size of the returned results.Query to get autocomplete suggestions for the matching knowledge documents.voidsetIncludeDraftDocuments(Boolean includeDraftDocuments) voidsetPageSize(Integer pageSize) voidtoString()
-
Constructor Details
-
KnowledgeGuestDocumentSuggestionRequest
public KnowledgeGuestDocumentSuggestionRequest() -
KnowledgeGuestDocumentSuggestionRequest
-
-
Method Details
-
query
Query to get autocomplete suggestions for the matching knowledge documents. -
getQuery
-
setQuery
-
pageSize
Page size of the returned results. -
getPageSize
-
setPageSize
-
includeDraftDocuments
Indicates whether the suggestion results would also include draft documents. -
getIncludeDraftDocuments
-
setIncludeDraftDocuments
-
equals
-
hashCode
public int hashCode() -
toString
-