| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OwnershipInferenceStatus |
OwnershipInferenceStatus.FAILED |
static OwnershipInferenceStatus |
OwnershipInferenceStatus.OVERRIDDEN |
static OwnershipInferenceStatus |
OwnershipInferenceStatus.PERSISTED |
static OwnershipInferenceStatus |
OwnershipInferenceStatus.SUGGESTED |
static OwnershipInferenceStatus |
OwnershipInferenceStatus.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static OwnershipInferenceStatus |
OwnershipInferenceStatus.fromValue(String value) |
OwnershipInferenceStatus |
OwnershipFeedbackResultAttributes.getNewStatus()
The lifecycle status of an ownership inference.
|
OwnershipInferenceStatus |
OwnershipFeedbackResultAttributes.getPreviousStatus()
The lifecycle status of an ownership inference.
|
OwnershipInferenceStatus |
OwnershipInferenceItem.getStatus()
The lifecycle status of an ownership inference.
|
OwnershipInferenceStatus |
OwnershipInferenceAttributes.getStatus()
The lifecycle status of an ownership inference.
|
OwnershipInferenceStatus |
OwnershipHistoryItem.getStatus()
The lifecycle status of an ownership inference.
|
| Modifier and Type | Method and Description |
|---|---|
OwnershipFeedbackResultAttributes |
OwnershipFeedbackResultAttributes.newStatus(OwnershipInferenceStatus newStatus) |
OwnershipFeedbackResultAttributes |
OwnershipFeedbackResultAttributes.previousStatus(OwnershipInferenceStatus previousStatus) |
void |
OwnershipInferenceStatus.OwnershipInferenceStatusSerializer.serialize(OwnershipInferenceStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OwnershipFeedbackResultAttributes.setNewStatus(OwnershipInferenceStatus newStatus) |
void |
OwnershipFeedbackResultAttributes.setPreviousStatus(OwnershipInferenceStatus previousStatus) |
void |
OwnershipInferenceItem.setStatus(OwnershipInferenceStatus status) |
void |
OwnershipInferenceAttributes.setStatus(OwnershipInferenceStatus status) |
void |
OwnershipHistoryItem.setStatus(OwnershipInferenceStatus status) |
OwnershipInferenceItem |
OwnershipInferenceItem.status(OwnershipInferenceStatus status) |
OwnershipInferenceAttributes |
OwnershipInferenceAttributes.status(OwnershipInferenceStatus status) |
OwnershipHistoryItem |
OwnershipHistoryItem.status(OwnershipInferenceStatus status) |
| Constructor and Description |
|---|
OwnershipInferenceStatusSerializer(Class<OwnershipInferenceStatus> t) |
Copyright © 2026. All rights reserved.