Uses of Class
com.mypurecloud.sdk.v2.model.IntentsCategory
Packages that use IntentsCategory
Package
Description
-
Uses of IntentsCategory in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IntentsCategoryModifier and TypeMethodDescriptionIntentsApi.getIntentsCategory(GetIntentsCategoryRequest request) Get category for categoryIdIntentsApi.getIntentsCategory(String categoryId) Get category for categoryIdIntentsApi.patchIntentsCategory(PatchIntentsCategoryRequest request) Patch category for categoryIdIntentsApi.patchIntentsCategory(String categoryId, IntentsCategoryPatch body) Patch category for categoryIdIntentsApi.postIntentsCategories(PostIntentsCategoriesRequest request) Create categoryIntentsApi.postIntentsCategories(IntentsCategory body) Create categoryMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type IntentsCategoryModifier and TypeMethodDescriptionIntentsApi.getIntentsCategory(ApiRequest<Void> request) Get category for categoryIdIntentsApiAsync.getIntentsCategoryAsync(GetIntentsCategoryRequest request, AsyncApiCallback<IntentsCategory> callback) Get category for categoryIdIntentsApiAsync.getIntentsCategoryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Get category for categoryIdIntentsApi.getIntentsCategoryWithHttpInfo(String categoryId) Get category for categoryIdIntentsApi.patchIntentsCategory(ApiRequest<IntentsCategoryPatch> request) Patch category for categoryIdIntentsApiAsync.patchIntentsCategoryAsync(PatchIntentsCategoryRequest request, AsyncApiCallback<IntentsCategory> callback) Patch category for categoryIdIntentsApiAsync.patchIntentsCategoryAsync(ApiRequest<IntentsCategoryPatch> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Patch category for categoryIdIntentsApi.patchIntentsCategoryWithHttpInfo(String categoryId, IntentsCategoryPatch body) Patch category for categoryIdIntentsApi.postIntentsCategories(ApiRequest<IntentsCategory> request) Create categoryIntentsApiAsync.postIntentsCategoriesAsync(PostIntentsCategoriesRequest request, AsyncApiCallback<IntentsCategory> callback) Create categoryIntentsApiAsync.postIntentsCategoriesAsync(ApiRequest<IntentsCategory> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Create categoryIntentsApi.postIntentsCategoriesWithHttpInfo(IntentsCategory body) Create categoryMethods in com.mypurecloud.sdk.v2.api with parameters of type IntentsCategoryModifier and TypeMethodDescriptionIntentsApi.postIntentsCategories(IntentsCategory body) Create categoryIntentsApi.postIntentsCategoriesWithHttpInfo(IntentsCategory body) Create categoryMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntentsCategoryModifier and TypeMethodDescriptionIntentsApiAsync.getIntentsCategoryAsync(GetIntentsCategoryRequest request, AsyncApiCallback<IntentsCategory> callback) Get category for categoryIdIntentsApiAsync.getIntentsCategoryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Get category for categoryIdIntentsApiAsync.patchIntentsCategoryAsync(PatchIntentsCategoryRequest request, AsyncApiCallback<IntentsCategory> callback) Patch category for categoryIdIntentsApiAsync.patchIntentsCategoryAsync(ApiRequest<IntentsCategoryPatch> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Patch category for categoryIdIntentsApi.postIntentsCategories(ApiRequest<IntentsCategory> request) Create categoryIntentsApiAsync.postIntentsCategoriesAsync(PostIntentsCategoriesRequest request, AsyncApiCallback<IntentsCategory> callback) Create categoryIntentsApiAsync.postIntentsCategoriesAsync(ApiRequest<IntentsCategory> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Create categoryIntentsApiAsync.postIntentsCategoriesAsync(ApiRequest<IntentsCategory> request, AsyncApiCallback<ApiResponse<IntentsCategory>> callback) Create category -
Uses of IntentsCategory in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return IntentsCategoryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type IntentsCategoryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type IntentsCategoryModifier and TypeMethodDescriptionPostIntentsCategoriesRequest.builder(IntentsCategory body) voidPostIntentsCategoriesRequest.setBody(IntentsCategory body) PostIntentsCategoriesRequest.Builder.withBody(IntentsCategory body) PostIntentsCategoriesRequest.withBody(IntentsCategory body) PostIntentsCategoriesRequest.Builder.withRequiredParams(IntentsCategory body) -
Uses of IntentsCategory in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntentsCategoryModifier and TypeMethodDescriptionIntentsCategory.description(String description) Description of the categoryName of the categoryMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type IntentsCategoryMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type IntentsCategoryModifier and TypeMethodDescriptionIntentsCategoryListing.entities(List<IntentsCategory> entities) voidIntentsCategoryListing.setEntities(List<IntentsCategory> entities)