| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseLinkAttributes |
CaseLinkAttributes.childEntityId(String childEntityId) |
CaseLinkAttributes |
CaseLinkAttributes.childEntityType(String childEntityType) |
CaseLinkAttributes |
CaseLinkCreate.getAttributes()
Attributes describing a directional relationship between two entities (cases, incidents, or
pages).
|
CaseLinkAttributes |
CaseLink.getAttributes()
Attributes describing a directional relationship between two entities (cases, incidents, or
pages).
|
CaseLinkAttributes |
CaseLinkAttributes.parentEntityId(String parentEntityId) |
CaseLinkAttributes |
CaseLinkAttributes.parentEntityType(String parentEntityType) |
CaseLinkAttributes |
CaseLinkAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseLinkAttributes |
CaseLinkAttributes.relationship(String relationship) |
| Modifier and Type | Method and Description |
|---|---|
CaseLinkCreate |
CaseLinkCreate.attributes(CaseLinkAttributes attributes) |
CaseLink |
CaseLink.attributes(CaseLinkAttributes attributes) |
void |
CaseLinkCreate.setAttributes(CaseLinkAttributes attributes) |
void |
CaseLink.setAttributes(CaseLinkAttributes attributes) |
| Constructor and Description |
|---|
CaseLink(CaseLinkAttributes attributes,
String id,
CaseLinkResourceType type) |
CaseLinkCreate(CaseLinkAttributes attributes,
CaseLinkResourceType type) |
Copyright © 2026. All rights reserved.