Uses of Class
com.mypurecloud.sdk.v2.model.CaseAssociationCreate
Packages that use CaseAssociationCreate
Package
Description
-
Uses of CaseAssociationCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CaseAssociationCreateModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCaseAssociations(String caseId, CaseAssociationCreate body) Create a Case association.CaseManagementApi.postCasemanagementCaseAssociationsWithHttpInfo(String caseId, CaseAssociationCreate body) Create a Case association.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CaseAssociationCreateModifier and TypeMethodDescriptionCaseManagementApi.postCasemanagementCaseAssociations(ApiRequest<CaseAssociationCreate> request) Create a Case association.CaseManagementApiAsync.postCasemanagementCaseAssociationsAsync(ApiRequest<CaseAssociationCreate> request, AsyncApiCallback<ApiResponse<CaseAssociation>> callback) Create a Case association. -
Uses of CaseAssociationCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CaseAssociationCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CaseAssociationCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CaseAssociationCreateModifier and TypeMethodDescriptionPostCasemanagementCaseAssociationsRequest.builder(String caseId, CaseAssociationCreate body) voidPostCasemanagementCaseAssociationsRequest.setBody(CaseAssociationCreate body) PostCasemanagementCaseAssociationsRequest.Builder.withBody(CaseAssociationCreate body) PostCasemanagementCaseAssociationsRequest.withBody(CaseAssociationCreate body) PostCasemanagementCaseAssociationsRequest.Builder.withRequiredParams(String caseId, CaseAssociationCreate body) -
Uses of CaseAssociationCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseAssociationCreateModifier and TypeMethodDescriptionCaseAssociationCreate.conversationId(String conversationId) The ID of the Conversation to associate with the Case.CaseAssociationCreate.workitemId(String workitemId) The ID of the Workitem to associate with the Case.