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