| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IntegrationAccountBasicAuthType |
IntegrationAccountBasicAuthType.BASIC |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationAccountBasicAuthType |
IntegrationAccountBasicAuthType.fromValue(String value) |
IntegrationAccountBasicAuthType |
IntegrationAccountBasicAuthUpdate.getAuthType()
The authentication method type.
|
IntegrationAccountBasicAuthType |
IntegrationAccountBasicAuthResponse.getAuthType()
The authentication method type.
|
IntegrationAccountBasicAuthType |
IntegrationAccountBasicAuthRequest.getAuthType()
The authentication method type.
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationAccountBasicAuthUpdate |
IntegrationAccountBasicAuthUpdate.authType(IntegrationAccountBasicAuthType authType) |
IntegrationAccountBasicAuthResponse |
IntegrationAccountBasicAuthResponse.authType(IntegrationAccountBasicAuthType authType) |
IntegrationAccountBasicAuthRequest |
IntegrationAccountBasicAuthRequest.authType(IntegrationAccountBasicAuthType authType) |
void |
IntegrationAccountBasicAuthType.IntegrationAccountBasicAuthTypeSerializer.serialize(IntegrationAccountBasicAuthType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IntegrationAccountBasicAuthUpdate.setAuthType(IntegrationAccountBasicAuthType authType) |
void |
IntegrationAccountBasicAuthResponse.setAuthType(IntegrationAccountBasicAuthType authType) |
void |
IntegrationAccountBasicAuthRequest.setAuthType(IntegrationAccountBasicAuthType authType) |
| Constructor and Description |
|---|
IntegrationAccountBasicAuthRequest(IntegrationAccountBasicAuthType authType,
String password,
String username) |
IntegrationAccountBasicAuthResponse(IntegrationAccountBasicAuthType authType,
String username) |
IntegrationAccountBasicAuthUpdate(IntegrationAccountBasicAuthType authType) |
| Constructor and Description |
|---|
IntegrationAccountBasicAuthTypeSerializer(Class<IntegrationAccountBasicAuthType> t) |
Copyright © 2026. All rights reserved.