Uses of Class
com.mypurecloud.sdk.v2.model.PromptAssetEntityListing
Packages that use PromptAssetEntityListing
-
Uses of PromptAssetEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PromptAssetEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectPromptResources(GetArchitectPromptResourcesRequest request) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering.ArchitectApi.getArchitectPromptResources(String promptId, Integer pageNumber, Integer pageSize) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type PromptAssetEntityListingModifier and TypeMethodDescriptionArchitectApi.getArchitectPromptResources(ApiRequest<Void> request) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering.ArchitectApiAsync.getArchitectPromptResourcesAsync(GetArchitectPromptResourcesRequest request, AsyncApiCallback<PromptAssetEntityListing> callback) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering.ArchitectApiAsync.getArchitectPromptResourcesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PromptAssetEntityListing>> callback) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering.ArchitectApi.getArchitectPromptResourcesWithHttpInfo(String promptId, Integer pageNumber, Integer pageSize) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PromptAssetEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.getArchitectPromptResourcesAsync(GetArchitectPromptResourcesRequest request, AsyncApiCallback<PromptAssetEntityListing> callback) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering.ArchitectApiAsync.getArchitectPromptResourcesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PromptAssetEntityListing>> callback) Get a pageable list of user prompt resources The returned list is pageable, and query parameters can be used for filtering. -
Uses of PromptAssetEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PromptAssetEntityListingModifier and TypeMethodDescriptionPromptAssetEntityListing.entities(List<PromptAsset> entities) PromptAssetEntityListing.pageNumber(Integer pageNumber) PromptAssetEntityListing.previousUri(String previousUri)