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