Uses of Class
com.mypurecloud.sdk.v2.model.CaseplanListing
Packages that use CaseplanListing
-
Uses of CaseplanListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CaseplanListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplans(GetCasemanagementCaseplansRequest request) Get a list of Caseplans.CaseManagementApi.getCasemanagementCaseplans(String after, Integer pageSize, String customerIntentId, String divisionIds) Get a list of Caseplans.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CaseplanListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplans(ApiRequest<Void> request) Get a list of Caseplans.CaseManagementApiAsync.getCasemanagementCaseplansAsync(GetCasemanagementCaseplansRequest request, AsyncApiCallback<CaseplanListing> callback) Get a list of Caseplans.CaseManagementApiAsync.getCasemanagementCaseplansAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CaseplanListing>> callback) Get a list of Caseplans.CaseManagementApi.getCasemanagementCaseplansWithHttpInfo(String after, Integer pageSize, String customerIntentId, String divisionIds) Get a list of Caseplans.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseplanListingModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseplansAsync(GetCasemanagementCaseplansRequest request, AsyncApiCallback<CaseplanListing> callback) Get a list of Caseplans.CaseManagementApiAsync.getCasemanagementCaseplansAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CaseplanListing>> callback) Get a list of Caseplans. -
Uses of CaseplanListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseplanListing