| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CircleCIIntegrationType |
CircleCIIntegrationType.CIRCLECI |
| Modifier and Type | Method and Description |
|---|---|
static CircleCIIntegrationType |
CircleCIIntegrationType.fromValue(String value) |
CircleCIIntegrationType |
CircleCIIntegrationUpdate.getType()
The definition of the
CircleCIIntegrationType object. |
CircleCIIntegrationType |
CircleCIIntegration.getType()
The definition of the
CircleCIIntegrationType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CircleCIIntegrationType.CircleCIIntegrationTypeSerializer.serialize(CircleCIIntegrationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CircleCIIntegrationUpdate.setType(CircleCIIntegrationType type) |
void |
CircleCIIntegration.setType(CircleCIIntegrationType type) |
CircleCIIntegrationUpdate |
CircleCIIntegrationUpdate.type(CircleCIIntegrationType type) |
CircleCIIntegration |
CircleCIIntegration.type(CircleCIIntegrationType type) |
| Constructor and Description |
|---|
CircleCIIntegration(CircleCICredentials credentials,
CircleCIIntegrationType type) |
CircleCIIntegrationUpdate(CircleCIIntegrationType type) |
| Constructor and Description |
|---|
CircleCIIntegrationTypeSerializer(Class<CircleCIIntegrationType> t) |
Copyright © 2026. All rights reserved.