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