| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static HTTPIntegrationType |
HTTPIntegrationType.HTTP |
| Modifier and Type | Method and Description |
|---|---|
static HTTPIntegrationType |
HTTPIntegrationType.fromValue(String value) |
HTTPIntegrationType |
HTTPIntegrationUpdate.getType()
The definition of
HTTPIntegrationType object. |
HTTPIntegrationType |
HTTPIntegration.getType()
The definition of
HTTPIntegrationType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPIntegrationType.HTTPIntegrationTypeSerializer.serialize(HTTPIntegrationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
HTTPIntegrationUpdate.setType(HTTPIntegrationType type) |
void |
HTTPIntegration.setType(HTTPIntegrationType type) |
HTTPIntegrationUpdate |
HTTPIntegrationUpdate.type(HTTPIntegrationType type) |
HTTPIntegration |
HTTPIntegration.type(HTTPIntegrationType type) |
| Constructor and Description |
|---|
HTTPIntegration(String baseUrl,
HTTPCredentials credentials,
HTTPIntegrationType type) |
HTTPIntegrationUpdate(HTTPIntegrationType type) |
| Constructor and Description |
|---|
HTTPIntegrationTypeSerializer(Class<HTTPIntegrationType> t) |
Copyright © 2026. All rights reserved.