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