Uses of Class
com.mypurecloud.sdk.v2.model.CaseAssociation
Packages that use CaseAssociation
-
Uses of CaseAssociation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CaseAssociationModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseAssociation(GetCasemanagementCaseAssociationRequest request) Get a Case Association.CaseManagementApi.getCasemanagementCaseAssociation(String caseId, String associationId) Get a Case Association.CaseManagementApi.postCasemanagementCaseAssociations(PostCasemanagementCaseAssociationsRequest request) Create a Case association.CaseManagementApi.postCasemanagementCaseAssociations(String caseId, CaseAssociationCreate body) Create a Case association.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CaseAssociationModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseAssociation(ApiRequest<Void> request) Get a Case Association.CaseManagementApiAsync.getCasemanagementCaseAssociationAsync(GetCasemanagementCaseAssociationRequest request, AsyncApiCallback<CaseAssociation> callback) Get a Case Association.CaseManagementApiAsync.getCasemanagementCaseAssociationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CaseAssociation>> callback) Get a Case Association.CaseManagementApi.getCasemanagementCaseAssociationWithHttpInfo(String caseId, String associationId) Get a Case Association.CaseManagementApi.postCasemanagementCaseAssociations(ApiRequest<CaseAssociationCreate> request) Create a Case association.CaseManagementApiAsync.postCasemanagementCaseAssociationsAsync(PostCasemanagementCaseAssociationsRequest request, AsyncApiCallback<CaseAssociation> callback) Create a Case association.CaseManagementApiAsync.postCasemanagementCaseAssociationsAsync(ApiRequest<CaseAssociationCreate> request, AsyncApiCallback<ApiResponse<CaseAssociation>> callback) 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 CaseAssociationModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseAssociationAsync(GetCasemanagementCaseAssociationRequest request, AsyncApiCallback<CaseAssociation> callback) Get a Case Association.CaseManagementApiAsync.getCasemanagementCaseAssociationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CaseAssociation>> callback) Get a Case Association.CaseManagementApiAsync.postCasemanagementCaseAssociationsAsync(PostCasemanagementCaseAssociationsRequest request, AsyncApiCallback<CaseAssociation> callback) Create a Case association.CaseManagementApiAsync.postCasemanagementCaseAssociationsAsync(ApiRequest<CaseAssociationCreate> request, AsyncApiCallback<ApiResponse<CaseAssociation>> callback) Create a Case association. -
Uses of CaseAssociation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CaseAssociationModifier and TypeMethodDescriptionCaseAssociation._case(CaseReference _case) The Case for this association.CaseAssociation.associationType(CaseAssociation.AssociationTypeEnum associationType) The association type.CaseAssociation.conversation(ConversationReference conversation) The associated Conversation.CaseAssociation.dateAssociated(Date dateAssociated) The date of the interaction association.The ID of the association.CaseAssociation.stage(StageReference stage) The Stage related to this association.CaseAssociation.step(StepReference step) The Step related to this association.CaseAssociation.workitem(WorkitemReference workitem) The associated Workitem.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CaseAssociationModifier and TypeMethodDescriptionCaseAssociationListing.getEntities()CaseAssociationQueryEntityListing.getEntities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CaseAssociationModifier and TypeMethodDescriptionCaseAssociationListing.entities(List<CaseAssociation> entities) CaseAssociationQueryEntityListing.entities(List<CaseAssociation> entities) voidCaseAssociationListing.setEntities(List<CaseAssociation> entities) voidCaseAssociationQueryEntityListing.setEntities(List<CaseAssociation> entities)