CompletableFuture<CaseResponse> |
CaseManagementApi.addCaseInsightsAsync(String caseId,
CaseInsightsRequest body)
Add insights to a case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.addCaseInsightsWithHttpInfo(String caseId,
CaseInsightsRequest body)
Adds one or more insights to a case.
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.addCaseInsightsWithHttpInfoAsync(String caseId,
CaseInsightsRequest body)
Add insights to a case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.archiveCaseAsync(String caseId,
CaseEmptyRequest body)
Archive case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.archiveCaseWithHttpInfo(String caseId,
CaseEmptyRequest body)
Archive case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.archiveCaseWithHttpInfoAsync(String caseId,
CaseEmptyRequest body)
Archive case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.assignCaseAsync(String caseId,
CaseAssignRequest body)
Assign case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.assignCaseWithHttpInfo(String caseId,
CaseAssignRequest body)
Assign case to a user
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.assignCaseWithHttpInfoAsync(String caseId,
CaseAssignRequest body)
Assign case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.createCaseAsync(CaseCreateRequest body)
Create a case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.createCaseWithHttpInfo(CaseCreateRequest body)
Create a Case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.createCaseWithHttpInfoAsync(CaseCreateRequest body)
Create a case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.deleteCaseCustomAttributeAsync(String caseId,
String customAttributeKey)
Delete custom attribute from case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.deleteCaseCustomAttributeWithHttpInfo(String caseId,
String customAttributeKey)
Delete custom attribute from case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.deleteCaseCustomAttributeWithHttpInfoAsync(String caseId,
String customAttributeKey)
Delete custom attribute from case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.getCaseAsync(String caseId)
Get the details of a case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.getCaseWithHttpInfo(String caseId)
Get the details of case by case_id
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.getCaseWithHttpInfoAsync(String caseId)
Get the details of a case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.linkIncidentAsync(String caseId,
RelationshipToIncidentRequest body)
Link incident to case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.linkIncidentWithHttpInfo(String caseId,
RelationshipToIncidentRequest body)
Link an incident to a case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.linkIncidentWithHttpInfoAsync(String caseId,
RelationshipToIncidentRequest body)
Link incident to case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.moveCaseToProjectAsync(String caseId,
ProjectRelationship body)
Update case project.
|
ApiResponse<CaseResponse> |
CaseManagementApi.moveCaseToProjectWithHttpInfo(String caseId,
ProjectRelationship body)
Update the project associated with a case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.moveCaseToProjectWithHttpInfoAsync(String caseId,
ProjectRelationship body)
Update case project.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.removeCaseInsightsAsync(String caseId,
CaseInsightsRequest body)
Remove insights from a case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.removeCaseInsightsWithHttpInfo(String caseId,
CaseInsightsRequest body)
Removes one or more previously added insights from a case by specifying their type and resource
identifier in the request body.
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.removeCaseInsightsWithHttpInfoAsync(String caseId,
CaseInsightsRequest body)
Remove insights from a case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.unarchiveCaseAsync(String caseId,
CaseEmptyRequest body)
Unarchive case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.unarchiveCaseWithHttpInfo(String caseId,
CaseEmptyRequest body)
Unarchive case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.unarchiveCaseWithHttpInfoAsync(String caseId,
CaseEmptyRequest body)
Unarchive case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.unassignCaseAsync(String caseId,
CaseEmptyRequest body)
Unassign case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.unassignCaseWithHttpInfo(String caseId,
CaseEmptyRequest body)
Unassign case
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.unassignCaseWithHttpInfoAsync(String caseId,
CaseEmptyRequest body)
Unassign case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateAttributesAsync(String caseId,
CaseUpdateAttributesRequest body)
Update case attributes.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateAttributesWithHttpInfo(String caseId,
CaseUpdateAttributesRequest body)
Update case attributes
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateAttributesWithHttpInfoAsync(String caseId,
CaseUpdateAttributesRequest body)
Update case attributes.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateCaseCustomAttributeAsync(String caseId,
String customAttributeKey,
CaseUpdateCustomAttributeRequest body)
Update case custom attribute.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateCaseCustomAttributeWithHttpInfo(String caseId,
String customAttributeKey,
CaseUpdateCustomAttributeRequest body)
Update case custom attribute
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateCaseCustomAttributeWithHttpInfoAsync(String caseId,
String customAttributeKey,
CaseUpdateCustomAttributeRequest body)
Update case custom attribute.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateCaseDescriptionAsync(String caseId,
CaseUpdateDescriptionRequest body)
Update case description.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateCaseDescriptionWithHttpInfo(String caseId,
CaseUpdateDescriptionRequest body)
Update case description
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateCaseDescriptionWithHttpInfoAsync(String caseId,
CaseUpdateDescriptionRequest body)
Update case description.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateCaseDueDateAsync(String caseId,
CaseUpdateDueDateRequest body)
Update case due date.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateCaseDueDateWithHttpInfo(String caseId,
CaseUpdateDueDateRequest body)
Sets or updates the due date for a case.
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateCaseDueDateWithHttpInfoAsync(String caseId,
CaseUpdateDueDateRequest body)
Update case due date.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateCaseResolvedReasonAsync(String caseId,
CaseUpdateResolvedReasonRequest body)
Update case resolved reason.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateCaseResolvedReasonWithHttpInfo(String caseId,
CaseUpdateResolvedReasonRequest body)
Sets the resolved reason for a security case (for example, FALSE_POSITIVE, TRUE_POSITIVE).
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateCaseResolvedReasonWithHttpInfoAsync(String caseId,
CaseUpdateResolvedReasonRequest body)
Update case resolved reason.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateCaseTitleAsync(String caseId,
CaseUpdateTitleRequest body)
Update case title.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateCaseTitleWithHttpInfo(String caseId,
CaseUpdateTitleRequest body)
Update case title
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateCaseTitleWithHttpInfoAsync(String caseId,
CaseUpdateTitleRequest body)
Update case title.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updatePriorityAsync(String caseId,
CaseUpdatePriorityRequest body)
Update case priority.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updatePriorityWithHttpInfo(String caseId,
CaseUpdatePriorityRequest body)
Update case priority
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updatePriorityWithHttpInfoAsync(String caseId,
CaseUpdatePriorityRequest body)
Update case priority.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateStatusAsync(String caseId,
CaseUpdateStatusRequest body)
Update case status.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateStatusWithHttpInfo(String caseId,
CaseUpdateStatusRequest body)
Update case status
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateStatusWithHttpInfoAsync(String caseId,
CaseUpdateStatusRequest body)
Update case status.
|