Uses of Class
com.mypurecloud.sdk.v2.api.request.GetKnowledgeKnowledgebaseCategoriesRequest
Packages that use GetKnowledgeKnowledgebaseCategoriesRequest
-
Uses of GetKnowledgeKnowledgebaseCategoriesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetKnowledgeKnowledgebaseCategoriesRequestModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseCategories(GetKnowledgeKnowledgebaseCategoriesRequest request) Get categoriesKnowledgeApiAsync.getKnowledgeKnowledgebaseCategoriesAsync(GetKnowledgeKnowledgebaseCategoriesRequest request, AsyncApiCallback<CategoryResponseListing> callback) Get categories -
Uses of GetKnowledgeKnowledgebaseCategoriesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetKnowledgeKnowledgebaseCategoriesRequestModifier and TypeMethodDescriptionGetKnowledgeKnowledgebaseCategoriesRequest.Builder.build()GetKnowledgeKnowledgebaseCategoriesRequest.withBefore(String before) GetKnowledgeKnowledgebaseCategoriesRequest.withCustomHeader(String name, String value) GetKnowledgeKnowledgebaseCategoriesRequest.withExpand(String expand) GetKnowledgeKnowledgebaseCategoriesRequest.withIncludeDocumentCount(Boolean includeDocumentCount) GetKnowledgeKnowledgebaseCategoriesRequest.withIsRoot(Boolean isRoot) GetKnowledgeKnowledgebaseCategoriesRequest.withKnowledgeBaseId(String knowledgeBaseId) GetKnowledgeKnowledgebaseCategoriesRequest.withPageSize(String pageSize) GetKnowledgeKnowledgebaseCategoriesRequest.withParentId(String parentId) GetKnowledgeKnowledgebaseCategoriesRequest.withSortBy(String sortBy)