Uses of Class
com.mypurecloud.sdk.v2.model.CaseAssociationListing
Packages that use CaseAssociationListing
-
Uses of CaseAssociationListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CaseAssociationListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseAssociations(GetCasemanagementCaseAssociationsRequest request) Get a list of Case associations for the Case.CaseManagementApi.getCasemanagementCaseAssociations(String caseId, String before, String after, String pageSize) Get a list of Case associations for the Case.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CaseAssociationListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseAssociations(ApiRequest<Void> request) Get a list of Case associations for the Case.CaseManagementApiAsync.getCasemanagementCaseAssociationsAsync(GetCasemanagementCaseAssociationsRequest request, AsyncApiCallback<CaseAssociationListing> callback) Get a list of Case associations for the Case.CaseManagementApiAsync.getCasemanagementCaseAssociationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CaseAssociationListing>> callback) Get a list of Case associations for the Case.CaseManagementApi.getCasemanagementCaseAssociationsWithHttpInfo(String caseId, String before, String after, String pageSize) Get a list of Case associations for the Case.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseAssociationListingModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseAssociationsAsync(GetCasemanagementCaseAssociationsRequest request, AsyncApiCallback<CaseAssociationListing> callback) Get a list of Case associations for the Case.CaseManagementApiAsync.getCasemanagementCaseAssociationsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CaseAssociationListing>> callback) Get a list of Case associations for the Case. -
Uses of CaseAssociationListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseAssociationListingModifier and TypeMethodDescriptionCaseAssociationListing.entities(List<CaseAssociation> entities) CaseAssociationListing.previousUri(String previousUri)