| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RuleVersionUpdateType |
RuleVersionUpdateType.CREATE |
static RuleVersionUpdateType |
RuleVersionUpdateType.DELETE |
static RuleVersionUpdateType |
RuleVersionUpdateType.UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static RuleVersionUpdateType |
RuleVersionUpdateType.fromValue(String value) |
RuleVersionUpdateType |
RuleVersionUpdate.getType()
The type of change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleVersionUpdateType.RuleVersionUpdateTypeSerializer.serialize(RuleVersionUpdateType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RuleVersionUpdate.setType(RuleVersionUpdateType type) |
RuleVersionUpdate |
RuleVersionUpdate.type(RuleVersionUpdateType type) |
| Constructor and Description |
|---|
RuleVersionUpdateTypeSerializer(Class<RuleVersionUpdateType> t) |
Copyright © 2025. All rights reserved.