| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static STIXBundleType |
STIXBundleType.BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
static STIXBundleType |
STIXBundleType.fromValue(String value) |
STIXBundleType |
STIXBundleRequest.getType()
The STIX object type for a bundle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STIXBundleType.STIXBundleTypeSerializer.serialize(STIXBundleType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
STIXBundleRequest.setType(STIXBundleType type) |
STIXBundleRequest |
STIXBundleRequest.type(STIXBundleType type) |
| Constructor and Description |
|---|
STIXBundleRequest(String id,
List<STIXObject> objects,
STIXBundleType type) |
| Constructor and Description |
|---|
STIXBundleTypeSerializer(Class<STIXBundleType> t) |
Copyright © 2026. All rights reserved.