| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static PostmortemTemplateLocation |
PostmortemTemplateLocation.CONFLUENCE |
static PostmortemTemplateLocation |
PostmortemTemplateLocation.DATADOG_NOTEBOOKS |
static PostmortemTemplateLocation |
PostmortemTemplateLocation.GOOGLE_DOCS |
| Modifier and Type | Method and Description |
|---|---|
static PostmortemTemplateLocation |
PostmortemTemplateLocation.fromValue(String value) |
PostmortemTemplateLocation |
PostmortemTemplateAttributesResponse.getLocation()
The location where the postmortem is created and stored.
|
PostmortemTemplateLocation |
PostmortemTemplateAttributesRequest.getLocation()
The location where the postmortem is created and stored.
|
| Modifier and Type | Method and Description |
|---|---|
PostmortemTemplateAttributesResponse |
PostmortemTemplateAttributesResponse.location(PostmortemTemplateLocation location) |
PostmortemTemplateAttributesRequest |
PostmortemTemplateAttributesRequest.location(PostmortemTemplateLocation location) |
void |
PostmortemTemplateLocation.PostmortemTemplateLocationSerializer.serialize(PostmortemTemplateLocation value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
PostmortemTemplateAttributesResponse.setLocation(PostmortemTemplateLocation location) |
void |
PostmortemTemplateAttributesRequest.setLocation(PostmortemTemplateLocation location) |
| Constructor and Description |
|---|
PostmortemTemplateAttributesResponse(String content,
OffsetDateTime createdAt,
OffsetDateTime isDefault,
PostmortemTemplateLocation location,
OffsetDateTime modifiedAt,
String name) |
| Constructor and Description |
|---|
PostmortemTemplateLocationSerializer(Class<PostmortemTemplateLocation> t) |
Copyright © 2026. All rights reserved.