Uses of Class
com.mypurecloud.sdk.v2.model.CategoryCreateRequest
Packages that use CategoryCreateRequest
Package
Description
-
Uses of CategoryCreateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CategoryCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseCategories(String knowledgeBaseId, CategoryCreateRequest body) Create new categoryKnowledgeApi.postKnowledgeKnowledgebaseCategoriesWithHttpInfo(String knowledgeBaseId, CategoryCreateRequest body) Create new categoryMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CategoryCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseCategories(ApiRequest<CategoryCreateRequest> request) Create new categoryKnowledgeApiAsync.postKnowledgeKnowledgebaseCategoriesAsync(ApiRequest<CategoryCreateRequest> request, AsyncApiCallback<ApiResponse<CategoryResponse>> callback) Create new category -
Uses of CategoryCreateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CategoryCreateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CategoryCreateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CategoryCreateRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseCategoriesRequest.builder(String knowledgeBaseId, CategoryCreateRequest body) voidPostKnowledgeKnowledgebaseCategoriesRequest.setBody(CategoryCreateRequest body) PostKnowledgeKnowledgebaseCategoriesRequest.Builder.withBody(CategoryCreateRequest body) PostKnowledgeKnowledgebaseCategoriesRequest.withBody(CategoryCreateRequest body) PostKnowledgeKnowledgebaseCategoriesRequest.Builder.withRequiredParams(String knowledgeBaseId, CategoryCreateRequest body) -
Uses of CategoryCreateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CategoryCreateRequestModifier and TypeMethodDescriptionCategoryCreateRequest.description(String description) The description for the category.CategoryCreateRequest.externalId(String externalId) The external id associated with the category.The name of the category.CategoryCreateRequest.parentCategoryId(String parentCategoryId)