| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsAssertionType |
SyntheticsAssertionType.fromValue(String value) |
SyntheticsAssertionType |
SyntheticsAssertionJSONSchemaTarget.getType()
Type of the assertion.
|
SyntheticsAssertionType |
SyntheticsAssertionXPathTarget.getType()
Type of the assertion.
|
SyntheticsAssertionType |
SyntheticsAssertionTarget.getType()
Type of the assertion.
|
SyntheticsAssertionType |
SyntheticsAssertionJSONPathTarget.getType()
Type of the assertion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsAssertionType.SyntheticsAssertionTypeSerializer.serialize(SyntheticsAssertionType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsAssertionJSONSchemaTarget.setType(SyntheticsAssertionType type) |
void |
SyntheticsAssertionXPathTarget.setType(SyntheticsAssertionType type) |
void |
SyntheticsAssertionTarget.setType(SyntheticsAssertionType type) |
void |
SyntheticsAssertionJSONPathTarget.setType(SyntheticsAssertionType type) |
SyntheticsAssertionJSONSchemaTarget |
SyntheticsAssertionJSONSchemaTarget.type(SyntheticsAssertionType type) |
SyntheticsAssertionXPathTarget |
SyntheticsAssertionXPathTarget.type(SyntheticsAssertionType type) |
SyntheticsAssertionTarget |
SyntheticsAssertionTarget.type(SyntheticsAssertionType type) |
SyntheticsAssertionJSONPathTarget |
SyntheticsAssertionJSONPathTarget.type(SyntheticsAssertionType type) |
| Constructor and Description |
|---|
SyntheticsAssertionJSONPathTarget(SyntheticsAssertionJSONPathOperator operator,
SyntheticsAssertionType type) |
SyntheticsAssertionJSONSchemaTarget(SyntheticsAssertionJSONSchemaOperator operator,
SyntheticsAssertionType type) |
SyntheticsAssertionTarget(SyntheticsAssertionOperator operator,
Object target,
SyntheticsAssertionType type) |
SyntheticsAssertionXPathTarget(SyntheticsAssertionXPathOperator operator,
SyntheticsAssertionType type) |
| Constructor and Description |
|---|
SyntheticsAssertionTypeSerializer(Class<SyntheticsAssertionType> t) |
Copyright © 2024. All rights reserved.