| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBasicAuth |
SyntheticsBasicAuth.SyntheticsBasicAuthDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
SyntheticsBasicAuth |
SyntheticsTestRequest.getBasicAuth()
Object to handle basic authentication when performing the test.
|
SyntheticsBasicAuth |
SyntheticsCITest.getBasicAuth()
Object to handle basic authentication when performing the test.
|
SyntheticsBasicAuth |
SyntheticsBasicAuth.SyntheticsBasicAuthDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestRequest |
SyntheticsTestRequest.basicAuth(SyntheticsBasicAuth basicAuth) |
SyntheticsCITest |
SyntheticsCITest.basicAuth(SyntheticsBasicAuth basicAuth) |
void |
SyntheticsBasicAuth.SyntheticsBasicAuthSerializer.serialize(SyntheticsBasicAuth value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsTestRequest.setBasicAuth(SyntheticsBasicAuth basicAuth) |
void |
SyntheticsCITest.setBasicAuth(SyntheticsBasicAuth basicAuth) |
| Constructor and Description |
|---|
SyntheticsBasicAuthSerializer(Class<SyntheticsBasicAuth> t) |
Copyright © 2024. All rights reserved.