| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static EventCategory |
EventCategory.CHANGE |
| Modifier and Type | Method and Description |
|---|---|
static EventCategory |
EventCategory.fromValue(String value) |
EventCategory |
EventPayload.getCategory()
Event category to identify the type of event.
|
| Modifier and Type | Method and Description |
|---|---|
EventPayload |
EventPayload.category(EventCategory category) |
void |
EventCategory.EventCategorySerializer.serialize(EventCategory value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EventPayload.setCategory(EventCategory category) |
| Constructor and Description |
|---|
EventPayload(EventPayloadAttributes attributes,
EventCategory category,
String title) |
| Constructor and Description |
|---|
EventCategorySerializer(Class<EventCategory> t) |
Copyright © 2024. All rights reserved.