Uses of Class
com.mypurecloud.sdk.v2.model.IntentsCategoryPatch
Packages that use IntentsCategoryPatch
Package
Description
-
Uses of IntentsCategoryPatch in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type IntentsCategoryPatchModifier and TypeMethodDescriptionIntentsApi.patchIntentsCategory(String categoryId, IntentsCategoryPatch body) Patch category for categoryIdIntentsApi.patchIntentsCategoryWithHttpInfo(String categoryId, IntentsCategoryPatch body) Patch category for categoryIdMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntentsCategoryPatchModifier and TypeMethodDescriptionIntentsApi.patchIntentsCategory(ApiRequest<IntentsCategoryPatch> request) Patch category for categoryIdIntentsApiAsync.patchIntentsCategoryAsync(ApiRequest<IntentsCategoryPatch> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Patch category for categoryId -
Uses of IntentsCategoryPatch in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IntentsCategoryPatchMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IntentsCategoryPatchMethods in com.mypurecloud.sdk.v2.api.request with parameters of type IntentsCategoryPatchModifier and TypeMethodDescriptionPatchIntentsCategoryRequest.builder(String categoryId, IntentsCategoryPatch body) voidPatchIntentsCategoryRequest.setBody(IntentsCategoryPatch body) PatchIntentsCategoryRequest.Builder.withBody(IntentsCategoryPatch body) PatchIntentsCategoryRequest.withBody(IntentsCategoryPatch body) PatchIntentsCategoryRequest.Builder.withRequiredParams(String categoryId, IntentsCategoryPatch body) -
Uses of IntentsCategoryPatch in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntentsCategoryPatchModifier and TypeMethodDescriptionIntentsCategoryPatch.description(String description) Description of the category