| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static MuteDataType |
MuteDataType.MUTE |
| Modifier and Type | Method and Description |
|---|---|
static MuteDataType |
MuteDataType.fromValue(String value) |
MuteDataType |
MuteFindingsResponseData.getType()
Mute resource type.
|
MuteDataType |
MuteFindingsRequestData.getType()
Mute resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuteDataType.MuteDataTypeSerializer.serialize(MuteDataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
MuteFindingsResponseData.setType(MuteDataType type) |
void |
MuteFindingsRequestData.setType(MuteDataType type) |
MuteFindingsResponseData |
MuteFindingsResponseData.type(MuteDataType type) |
MuteFindingsRequestData |
MuteFindingsRequestData.type(MuteDataType type) |
| Constructor and Description |
|---|
MuteFindingsRequestData(MuteFindingsRequestDataAttributes attributes,
MuteFindingsRequestDataRelationships relationships,
MuteDataType type) |
MuteFindingsResponseData(String id,
MuteDataType type) |
| Constructor and Description |
|---|
MuteDataTypeSerializer(Class<MuteDataType> t) |
Copyright © 2026. All rights reserved.