Class GetKnowledgeKnowledgebaseDocumentsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseDocumentsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getAfter()voidvoidvoidsetCategoryId(List<String> categoryId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDocumentId(List<String> documentId) voidvoidsetExternalIds(List<String> externalIds) voidsetIncludeDrafts(Boolean includeDrafts) voidsetIncludeSubcategories(Boolean includeSubcategories) voidsetInterval(String interval) voidsetKnowledgeBaseId(String knowledgeBaseId) voidsetLabelIds(List<String> labelIds) voidsetPageSize(String pageSize) withBefore(String before) withCategoryId(List<String> categoryId) withCustomHeader(String name, String value) withDocumentId(List<String> documentId) withExpand(List<String> expand) withExternalIds(List<String> externalIds) withIncludeDrafts(Boolean includeDrafts) withIncludeSubcategories(Boolean includeSubcategories) withInterval(String interval) withKnowledgeBaseId(String knowledgeBaseId) withLabelIds(List<String> labelIds) withPageSize(String pageSize)
-
Constructor Details
-
GetKnowledgeKnowledgebaseDocumentsRequest
public GetKnowledgeKnowledgebaseDocumentsRequest()
-
-
Method Details
-
getKnowledgeBaseId
-
setKnowledgeBaseId
-
withKnowledgeBaseId
-
getBefore
-
setBefore
-
withBefore
-
getAfter
-
setAfter
-
withAfter
-
getPageSize
-
setPageSize
-
withPageSize
-
getInterval
-
setInterval
-
withInterval
-
getDocumentId
-
setDocumentId
-
withDocumentId
-
getCategoryId
-
setCategoryId
-
withCategoryId
-
getIncludeSubcategories
-
setIncludeSubcategories
-
withIncludeSubcategories
public GetKnowledgeKnowledgebaseDocumentsRequest withIncludeSubcategories(Boolean includeSubcategories) -
getIncludeDrafts
-
setIncludeDrafts
-
withIncludeDrafts
-
getLabelIds
-
setLabelIds
-
withLabelIds
-
getExpand
-
setExpand
-
withExpand
-
getExternalIds
-
setExternalIds
-
withExternalIds
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-