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