| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsAPIStepSubtype |
SyntheticsAPIStepSubtype.GRPC |
static SyntheticsAPIStepSubtype |
SyntheticsAPIStepSubtype.HTTP |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsAPIStepSubtype |
SyntheticsAPIStepSubtype.fromValue(String value) |
SyntheticsAPIStepSubtype |
SyntheticsAPIStep.getSubtype()
The subtype of the Synthetic multistep API test step, currently only supporting
http
. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsAPIStepSubtype.SyntheticsAPIStepSubtypeSerializer.serialize(SyntheticsAPIStepSubtype value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsAPIStep.setSubtype(SyntheticsAPIStepSubtype subtype) |
SyntheticsAPIStep |
SyntheticsAPIStep.subtype(SyntheticsAPIStepSubtype subtype) |
| Constructor and Description |
|---|
SyntheticsAPIStep(List<SyntheticsAssertion> assertions,
String name,
SyntheticsTestRequest request,
SyntheticsAPIStepSubtype subtype) |
| Constructor and Description |
|---|
SyntheticsAPIStepSubtypeSerializer(Class<SyntheticsAPIStepSubtype> t) |
Copyright © 2024. All rights reserved.