| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringApi.ListFindingsOptionalParameters |
SecurityMonitoringApi.ListFindingsOptionalParameters.filterEvaluation(FindingEvaluation filterEvaluation)
Set filterEvaluation.
|
| Modifier and Type | Field and Description |
|---|---|
static FindingEvaluation |
FindingEvaluation.FAIL |
static FindingEvaluation |
FindingEvaluation.PASS |
| Modifier and Type | Method and Description |
|---|---|
static FindingEvaluation |
FindingEvaluation.fromValue(String value) |
FindingEvaluation |
DetailedFindingAttributes.getEvaluation()
The evaluation of the finding.
|
FindingEvaluation |
FindingAttributes.getEvaluation()
The evaluation of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
DetailedFindingAttributes |
DetailedFindingAttributes.evaluation(FindingEvaluation evaluation) |
FindingAttributes |
FindingAttributes.evaluation(FindingEvaluation evaluation) |
void |
FindingEvaluation.FindingEvaluationSerializer.serialize(FindingEvaluation value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DetailedFindingAttributes.setEvaluation(FindingEvaluation evaluation) |
void |
FindingAttributes.setEvaluation(FindingEvaluation evaluation) |
| Constructor and Description |
|---|
FindingEvaluationSerializer(Class<FindingEvaluation> t) |
Copyright © 2024. All rights reserved.