| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DatastorePrimaryKeyGenerationStrategy |
DatastorePrimaryKeyGenerationStrategy.NONE |
static DatastorePrimaryKeyGenerationStrategy |
DatastorePrimaryKeyGenerationStrategy.UUID |
| Modifier and Type | Method and Description |
|---|---|
static DatastorePrimaryKeyGenerationStrategy |
DatastorePrimaryKeyGenerationStrategy.fromValue(String value) |
DatastorePrimaryKeyGenerationStrategy |
DatastoreDataAttributes.getPrimaryKeyGenerationStrategy()
Can be set to
uuid to automatically generate primary keys when new items are
added. |
DatastorePrimaryKeyGenerationStrategy |
CreateAppsDatastoreRequestDataAttributes.getPrimaryKeyGenerationStrategy()
Can be set to
uuid to automatically generate primary keys when new items are
added. |
| Modifier and Type | Method and Description |
|---|---|
DatastoreDataAttributes |
DatastoreDataAttributes.primaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy) |
CreateAppsDatastoreRequestDataAttributes |
CreateAppsDatastoreRequestDataAttributes.primaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy) |
void |
DatastorePrimaryKeyGenerationStrategy.DatastorePrimaryKeyGenerationStrategySerializer.serialize(DatastorePrimaryKeyGenerationStrategy value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DatastoreDataAttributes.setPrimaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy) |
void |
CreateAppsDatastoreRequestDataAttributes.setPrimaryKeyGenerationStrategy(DatastorePrimaryKeyGenerationStrategy primaryKeyGenerationStrategy) |
| Constructor and Description |
|---|
DatastorePrimaryKeyGenerationStrategySerializer(Class<DatastorePrimaryKeyGenerationStrategy> t) |
Copyright © 2026. All rights reserved.