| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OwnershipFeedbackAction |
OwnershipFeedbackAction.CONFIRM |
static OwnershipFeedbackAction |
OwnershipFeedbackAction.CORRECT |
static OwnershipFeedbackAction |
OwnershipFeedbackAction.PERSIST |
static OwnershipFeedbackAction |
OwnershipFeedbackAction.REJECT |
| Modifier and Type | Method and Description |
|---|---|
static OwnershipFeedbackAction |
OwnershipFeedbackAction.fromValue(String value) |
OwnershipFeedbackAction |
OwnershipFeedbackResultAttributes.getAction()
The feedback action to apply to an inference.
|
OwnershipFeedbackAction |
OwnershipFeedbackRequestAttributes.getAction()
The feedback action to apply to an inference.
|
| Modifier and Type | Method and Description |
|---|---|
OwnershipFeedbackResultAttributes |
OwnershipFeedbackResultAttributes.action(OwnershipFeedbackAction action) |
OwnershipFeedbackRequestAttributes |
OwnershipFeedbackRequestAttributes.action(OwnershipFeedbackAction action) |
void |
OwnershipFeedbackAction.OwnershipFeedbackActionSerializer.serialize(OwnershipFeedbackAction value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OwnershipFeedbackResultAttributes.setAction(OwnershipFeedbackAction action) |
void |
OwnershipFeedbackRequestAttributes.setAction(OwnershipFeedbackAction action) |
| Constructor and Description |
|---|
OwnershipFeedbackRequestAttributes(OwnershipFeedbackAction action,
String actorHandle,
String actorType,
String inferenceChecksum) |
OwnershipFeedbackResultAttributes(OwnershipFeedbackAction action,
String checksum,
OwnershipInferenceStatus newStatus,
OwnershipOwnerType ownerType,
OwnershipInferenceStatus previousStatus,
OffsetDateTime updatedAt) |
| Constructor and Description |
|---|
OwnershipFeedbackActionSerializer(Class<OwnershipFeedbackAction> t) |
Copyright © 2026. All rights reserved.