| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static GitlabAPIKeyType |
GitlabAPIKeyType.GITLABAPIKEY |
| Modifier and Type | Method and Description |
|---|---|
static GitlabAPIKeyType |
GitlabAPIKeyType.fromValue(String value) |
GitlabAPIKeyType |
GitlabAPIKeyUpdate.getType()
The definition of the
GitlabAPIKey object. |
GitlabAPIKeyType |
GitlabAPIKey.getType()
The definition of the
GitlabAPIKey object. |
| Modifier and Type | Method and Description |
|---|---|
void |
GitlabAPIKeyType.GitlabAPIKeyTypeSerializer.serialize(GitlabAPIKeyType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
GitlabAPIKeyUpdate.setType(GitlabAPIKeyType type) |
void |
GitlabAPIKey.setType(GitlabAPIKeyType type) |
GitlabAPIKeyUpdate |
GitlabAPIKeyUpdate.type(GitlabAPIKeyType type) |
GitlabAPIKey |
GitlabAPIKey.type(GitlabAPIKeyType type) |
| Constructor and Description |
|---|
GitlabAPIKey(String apiToken,
GitlabAPIKeyType type) |
GitlabAPIKeyUpdate(GitlabAPIKeyType type) |
| Constructor and Description |
|---|
GitlabAPIKeyTypeSerializer(Class<GitlabAPIKeyType> t) |
Copyright © 2025. All rights reserved.