| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsTestCallType |
SyntheticsTestCallType.HEALTHCHECK |
static SyntheticsTestCallType |
SyntheticsTestCallType.UNARY |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsTestCallType |
SyntheticsTestCallType.fromValue(String value) |
SyntheticsTestCallType |
SyntheticsTestRequest.getCallType()
The type of gRPC call to perform.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestRequest |
SyntheticsTestRequest.callType(SyntheticsTestCallType callType) |
void |
SyntheticsTestCallType.SyntheticsTestCallTypeSerializer.serialize(SyntheticsTestCallType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsTestRequest.setCallType(SyntheticsTestCallType callType) |
| Constructor and Description |
|---|
SyntheticsTestCallTypeSerializer(Class<SyntheticsTestCallType> t) |
Copyright © 2024. All rights reserved.