| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsBasicAuthDigestType |
SyntheticsBasicAuthDigestType.DIGEST |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsBasicAuthDigestType |
SyntheticsBasicAuthDigestType.fromValue(String value) |
SyntheticsBasicAuthDigestType |
SyntheticsBasicAuthDigest.getType()
The type of basic authentication to use when performing the test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsBasicAuthDigestType.SyntheticsBasicAuthDigestTypeSerializer.serialize(SyntheticsBasicAuthDigestType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsBasicAuthDigest.setType(SyntheticsBasicAuthDigestType type) |
SyntheticsBasicAuthDigest |
SyntheticsBasicAuthDigest.type(SyntheticsBasicAuthDigestType type) |
| Constructor and Description |
|---|
SyntheticsBasicAuthDigest(String password,
SyntheticsBasicAuthDigestType type,
String username) |
| Constructor and Description |
|---|
SyntheticsBasicAuthDigestTypeSerializer(Class<SyntheticsBasicAuthDigestType> t) |
Copyright © 2024. All rights reserved.