| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsGlobalVariableParserType |
SyntheticsGlobalVariableParserType.JSON_PATH |
static SyntheticsGlobalVariableParserType |
SyntheticsGlobalVariableParserType.RAW |
static SyntheticsGlobalVariableParserType |
SyntheticsGlobalVariableParserType.REGEX |
static SyntheticsGlobalVariableParserType |
SyntheticsGlobalVariableParserType.X_PATH |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsGlobalVariableParserType |
SyntheticsGlobalVariableParserType.fromValue(String value) |
SyntheticsGlobalVariableParserType |
SyntheticsVariableParser.getType()
Type of parser for a Synthetic global variable from a synthetics test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsGlobalVariableParserType.SyntheticsGlobalVariableParserTypeSerializer.serialize(SyntheticsGlobalVariableParserType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsVariableParser.setType(SyntheticsGlobalVariableParserType type) |
SyntheticsVariableParser |
SyntheticsVariableParser.type(SyntheticsGlobalVariableParserType type) |
| Constructor and Description |
|---|
SyntheticsVariableParser(SyntheticsGlobalVariableParserType type) |
| Constructor and Description |
|---|
SyntheticsGlobalVariableParserTypeSerializer(Class<SyntheticsGlobalVariableParserType> t) |
Copyright © 2024. All rights reserved.