| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsAPIWaitStepSubtype |
SyntheticsAPIWaitStepSubtype.WAIT |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsAPIWaitStepSubtype |
SyntheticsAPIWaitStepSubtype.fromValue(String value) |
SyntheticsAPIWaitStepSubtype |
SyntheticsAPIWaitStep.getSubtype()
The subtype of the Synthetic multi-step API wait step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsAPIWaitStepSubtype.SyntheticsAPIWaitStepSubtypeSerializer.serialize(SyntheticsAPIWaitStepSubtype value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsAPIWaitStep.setSubtype(SyntheticsAPIWaitStepSubtype subtype) |
SyntheticsAPIWaitStep |
SyntheticsAPIWaitStep.subtype(SyntheticsAPIWaitStepSubtype subtype) |
| Constructor and Description |
|---|
SyntheticsAPIWaitStep(String name,
SyntheticsAPIWaitStepSubtype subtype,
Integer value) |
| Constructor and Description |
|---|
SyntheticsAPIWaitStepSubtypeSerializer(Class<SyntheticsAPIWaitStepSubtype> t) |
Copyright © 2024. All rights reserved.