| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static FunnelSource |
FunnelSource.RUM |
| Modifier and Type | Method and Description |
|---|---|
static FunnelSource |
FunnelSource.fromValue(String value) |
FunnelSource |
FunnelQuery.getDataSource()
Source from which to query items to display in the funnel.
|
| Modifier and Type | Method and Description |
|---|---|
FunnelQuery |
FunnelQuery.dataSource(FunnelSource dataSource) |
void |
FunnelSource.FunnelSourceSerializer.serialize(FunnelSource value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
FunnelQuery.setDataSource(FunnelSource dataSource) |
| Constructor and Description |
|---|
FunnelQuery(FunnelSource dataSource,
String queryString,
List<FunnelStep> steps) |
| Constructor and Description |
|---|
FunnelSourceSerializer(Class<FunnelSource> t) |
Copyright © 2024. All rights reserved.