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