Class GetKnowledgeKnowledgebaseCategoriesRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseCategoriesRequest.Builder
- Enclosing class:
- GetKnowledgeKnowledgebaseCategoriesRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBefore(String before) withExpand(String expand) withIncludeDocumentCount(Boolean includeDocumentCount) withIsRoot(Boolean isRoot) withKnowledgeBaseId(String knowledgeBaseId) withPageSize(String pageSize) withParentId(String parentId) withRequiredParams(String knowledgeBaseId) withSortBy(String sortBy)
-
Method Details
-
withKnowledgeBaseId
public GetKnowledgeKnowledgebaseCategoriesRequest.Builder withKnowledgeBaseId(String knowledgeBaseId) -
withBefore
-
withAfter
-
withPageSize
-
withParentId
-
withIsRoot
-
withName
-
withSortBy
-
withSortBy
public GetKnowledgeKnowledgebaseCategoriesRequest.Builder withSortBy(GetKnowledgeKnowledgebaseCategoriesRequest.sortByValues sortBy) -
withExpand
-
withIncludeDocumentCount
public GetKnowledgeKnowledgebaseCategoriesRequest.Builder withIncludeDocumentCount(Boolean includeDocumentCount) -
withRequiredParams
public GetKnowledgeKnowledgebaseCategoriesRequest.Builder withRequiredParams(String knowledgeBaseId) -
build
-