| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsCheckType |
SyntheticsCheckType.BETWEEN |
static SyntheticsCheckType |
SyntheticsCheckType.CONTAINS |
static SyntheticsCheckType |
SyntheticsCheckType.EQUALS |
static SyntheticsCheckType |
SyntheticsCheckType.GREATER |
static SyntheticsCheckType |
SyntheticsCheckType.GREATER_EQUALS |
static SyntheticsCheckType |
SyntheticsCheckType.IS_EMPTY |
static SyntheticsCheckType |
SyntheticsCheckType.LOWER |
static SyntheticsCheckType |
SyntheticsCheckType.LOWER_EQUALS |
static SyntheticsCheckType |
SyntheticsCheckType.MATCH_REGEX |
static SyntheticsCheckType |
SyntheticsCheckType.NOT_CONTAINS |
static SyntheticsCheckType |
SyntheticsCheckType.NOT_EQUALS |
static SyntheticsCheckType |
SyntheticsCheckType.NOT_IS_EMPTY |
static SyntheticsCheckType |
SyntheticsCheckType.NOT_STARTS_WITH |
static SyntheticsCheckType |
SyntheticsCheckType.STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsCheckType |
SyntheticsCheckType.fromValue(String value) |
SyntheticsCheckType |
SyntheticsStepDetail.getCheckType()
Type of assertion to apply in an API test.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsStepDetail |
SyntheticsStepDetail.checkType(SyntheticsCheckType checkType) |
void |
SyntheticsCheckType.SyntheticsCheckTypeSerializer.serialize(SyntheticsCheckType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsStepDetail.setCheckType(SyntheticsCheckType checkType) |
| Constructor and Description |
|---|
SyntheticsCheckTypeSerializer(Class<SyntheticsCheckType> t) |
Copyright © 2024. All rights reserved.