| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsNetworkTestType |
SyntheticsNetworkTestType.NETWORK |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsNetworkTestType |
SyntheticsNetworkTestType.fromValue(String value) |
SyntheticsNetworkTestType |
SyntheticsNetworkTestEdit.getType()
Type of the Synthetic test,
network. |
SyntheticsNetworkTestType |
SyntheticsNetworkTest.getType()
Type of the Synthetic test,
network. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsNetworkTestType.SyntheticsNetworkTestTypeSerializer.serialize(SyntheticsNetworkTestType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsNetworkTestEdit.setType(SyntheticsNetworkTestType type) |
void |
SyntheticsNetworkTest.setType(SyntheticsNetworkTestType type) |
SyntheticsNetworkTestEdit |
SyntheticsNetworkTestEdit.type(SyntheticsNetworkTestType type) |
SyntheticsNetworkTest |
SyntheticsNetworkTest.type(SyntheticsNetworkTestType type) |
| Constructor and Description |
|---|
SyntheticsNetworkTest(SyntheticsNetworkTestConfig config,
List<String> locations,
String message,
String name,
SyntheticsTestOptions options,
SyntheticsNetworkTestType type) |
SyntheticsNetworkTestEdit(SyntheticsNetworkTest attributes,
SyntheticsNetworkTestType type) |
| Constructor and Description |
|---|
SyntheticsNetworkTestTypeSerializer(Class<SyntheticsNetworkTestType> t) |
Copyright © 2026. All rights reserved.