| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsSuiteType |
SyntheticsSuiteType.SUITE |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsSuiteType |
SyntheticsSuiteType.fromValue(String value) |
SyntheticsSuiteType |
SyntheticsSuite.getType()
Type of the Synthetic suite,
suite. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsSuiteType.SyntheticsSuiteTypeSerializer.serialize(SyntheticsSuiteType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsSuite.setType(SyntheticsSuiteType type) |
SyntheticsSuite |
SyntheticsSuite.type(SyntheticsSuiteType type) |
| Constructor and Description |
|---|
SyntheticsSuite(String name,
SyntheticsSuiteOptions options,
List<SyntheticsSuiteTest> tests,
SyntheticsSuiteType type) |
| Constructor and Description |
|---|
SyntheticsSuiteTypeSerializer(Class<SyntheticsSuiteType> t) |
Copyright © 2026. All rights reserved.