Uses of Class
com.mypurecloud.sdk.v2.model.CaseAssociationQuery
Packages that use CaseAssociationQuery
Package
Description
-
Uses of CaseAssociationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CaseAssociationQueryModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCasesAssociationsQuery(CaseAssociationQuery body) Query for Case associations by interaction.CaseManagementApi.postCasemanagementCasesAssociationsQueryWithHttpInfo(CaseAssociationQuery body) Query for Case associations by interaction.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseAssociationQueryModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCasesAssociationsQuery(ApiRequest<CaseAssociationQuery> request) Query for Case associations by interaction.CaseManagementApiAsync.postCasemanagementCasesAssociationsQueryAsync(ApiRequest<CaseAssociationQuery> request, AsyncApiCallback<ApiResponse<CaseAssociationQueryEntityListing>> callback) Query for Case associations by interaction. -
Uses of CaseAssociationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CaseAssociationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CaseAssociationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CaseAssociationQueryModifier and TypeMethodDescriptionPostCasemanagementCasesAssociationsQueryRequest.builder(CaseAssociationQuery body) voidPostCasemanagementCasesAssociationsQueryRequest.setBody(CaseAssociationQuery body) PostCasemanagementCasesAssociationsQueryRequest.Builder.withBody(CaseAssociationQuery body) PostCasemanagementCasesAssociationsQueryRequest.withBody(CaseAssociationQuery body) PostCasemanagementCasesAssociationsQueryRequest.Builder.withRequiredParams(CaseAssociationQuery body) -
Uses of CaseAssociationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseAssociationQueryModifier and TypeMethodDescriptionCursor pointing to the end of the previously returned page of associations.CaseAssociationQuery.conversationId(String conversationId) The Conversation ID to query by.The number of entities to return in the response.CaseAssociationQuery.workitemId(String workitemId) The Workitem ID to query by.