| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static FindingType |
FindingType.FINDING |
| Modifier and Type | Method and Description |
|---|---|
static FindingType |
FindingType.fromValue(String value) |
FindingType |
Finding.getType()
The JSON:API type for findings.
|
FindingType |
BulkMuteFindingsResponseData.getType()
The JSON:API type for findings.
|
FindingType |
BulkMuteFindingsRequestData.getType()
The JSON:API type for findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindingType.FindingTypeSerializer.serialize(FindingType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Finding.setType(FindingType type) |
void |
BulkMuteFindingsResponseData.setType(FindingType type) |
void |
BulkMuteFindingsRequestData.setType(FindingType type) |
Finding |
Finding.type(FindingType type) |
BulkMuteFindingsResponseData |
BulkMuteFindingsResponseData.type(FindingType type) |
BulkMuteFindingsRequestData |
BulkMuteFindingsRequestData.type(FindingType type) |
| Constructor and Description |
|---|
BulkMuteFindingsRequestData(BulkMuteFindingsRequestAttributes attributes,
String id,
BulkMuteFindingsRequestMeta meta,
FindingType type) |
| Constructor and Description |
|---|
FindingTypeSerializer(Class<FindingType> t) |
Copyright © 2024. All rights reserved.