Uses of Class
com.mypurecloud.sdk.v2.model.CategoryUpdateRequest
Packages that use CategoryUpdateRequest
Package
Description
-
Uses of CategoryUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CategoryUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseCategory(String knowledgeBaseId, String categoryId, CategoryUpdateRequest body) Update categoryKnowledgeApi.patchKnowledgeKnowledgebaseCategoryWithHttpInfo(String knowledgeBaseId, String categoryId, CategoryUpdateRequest body) Update categoryMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CategoryUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseCategory(ApiRequest<CategoryUpdateRequest> request) Update categoryKnowledgeApiAsync.patchKnowledgeKnowledgebaseCategoryAsync(ApiRequest<CategoryUpdateRequest> request, AsyncApiCallback<ApiResponse<CategoryResponse>> callback) Update category -
Uses of CategoryUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CategoryUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CategoryUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CategoryUpdateRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseCategoryRequest.builder(String knowledgeBaseId, String categoryId, CategoryUpdateRequest body) voidPatchKnowledgeKnowledgebaseCategoryRequest.setBody(CategoryUpdateRequest body) PatchKnowledgeKnowledgebaseCategoryRequest.Builder.withBody(CategoryUpdateRequest body) PatchKnowledgeKnowledgebaseCategoryRequest.withBody(CategoryUpdateRequest body) PatchKnowledgeKnowledgebaseCategoryRequest.Builder.withRequiredParams(String knowledgeBaseId, String categoryId, CategoryUpdateRequest body) -
Uses of CategoryUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CategoryUpdateRequestModifier and TypeMethodDescriptionCategoryUpdateRequest.description(String description) CategoryUpdateRequest.externalId(String externalId) The external id associated with the category.The name of the category.CategoryUpdateRequest.parentCategoryId(String parentCategoryId) The category to which this category belongs.