Uses of Class
com.mypurecloud.sdk.v2.model.IntentsCategoryListing
Packages that use IntentsCategoryListing
-
Uses of IntentsCategoryListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return IntentsCategoryListingModifier and TypeMethodDescriptionIntentsApi.getIntentsCategories(GetIntentsCategoriesRequest request) Get categoriesIntentsApi.getIntentsCategories(Integer pageSize, Integer pageNumber, String queryValue) Get categoriesMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type IntentsCategoryListingModifier and TypeMethodDescriptionIntentsApi.getIntentsCategories(ApiRequest<Void> request) Get categoriesIntentsApiAsync.getIntentsCategoriesAsync(GetIntentsCategoriesRequest request, AsyncApiCallback<IntentsCategoryListing> callback) Get categoriesIntentsApiAsync.getIntentsCategoriesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntentsCategoryListing>> callback) Get categoriesIntentsApi.getIntentsCategoriesWithHttpInfo(Integer pageSize, Integer pageNumber, String queryValue) Get categoriesMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type IntentsCategoryListingModifier and TypeMethodDescriptionIntentsApiAsync.getIntentsCategoriesAsync(GetIntentsCategoriesRequest request, AsyncApiCallback<IntentsCategoryListing> callback) Get categoriesIntentsApiAsync.getIntentsCategoriesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<IntentsCategoryListing>> callback) Get categories -
Uses of IntentsCategoryListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntentsCategoryListingModifier and TypeMethodDescriptionIntentsCategoryListing.entities(List<IntentsCategory> entities) IntentsCategoryListing.pageNumber(Integer pageNumber) IntentsCategoryListing.previousUri(String previousUri)