Uses of Class
com.mypurecloud.sdk.v2.model.CategoryEntityListing
Packages that use CategoryEntityListing
-
Uses of CategoryEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CategoryEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsActionsCategories(GetIntegrationsActionsCategoriesRequest request) Retrieves all categories of available ActionsIntegrationsApi.getIntegrationsActionsCategories(Integer pageSize, Integer pageNumber, String nextPage, String previousPage, String sortBy, String sortOrder, String secure) Retrieves all categories of available ActionsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CategoryEntityListingModifier and TypeMethodDescriptionIntegrationsApi.getIntegrationsActionsCategories(ApiRequest<Void> request) Retrieves all categories of available ActionsIntegrationsApiAsync.getIntegrationsActionsCategoriesAsync(GetIntegrationsActionsCategoriesRequest request, AsyncApiCallback<CategoryEntityListing> callback) Retrieves all categories of available ActionsIntegrationsApiAsync.getIntegrationsActionsCategoriesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CategoryEntityListing>> callback) Retrieves all categories of available ActionsIntegrationsApi.getIntegrationsActionsCategoriesWithHttpInfo(Integer pageSize, Integer pageNumber, String nextPage, String previousPage, String sortBy, String sortOrder, String secure) Retrieves all categories of available ActionsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CategoryEntityListingModifier and TypeMethodDescriptionIntegrationsApiAsync.getIntegrationsActionsCategoriesAsync(GetIntegrationsActionsCategoriesRequest request, AsyncApiCallback<CategoryEntityListing> callback) Retrieves all categories of available ActionsIntegrationsApiAsync.getIntegrationsActionsCategoriesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CategoryEntityListing>> callback) Retrieves all categories of available Actions -
Uses of CategoryEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CategoryEntityListing