| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
FunnelStep |
FunnelStep.facet(String facet) |
FunnelStep |
FunnelStep.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FunnelStep |
FunnelStep.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<FunnelStep> |
FunnelQuery.getSteps()
List of funnel steps.
|
| Modifier and Type | Method and Description |
|---|---|
FunnelQuery |
FunnelQuery.addStepsItem(FunnelStep stepsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunnelQuery.setSteps(List<FunnelStep> steps) |
FunnelQuery |
FunnelQuery.steps(List<FunnelStep> steps) |
| Constructor and Description |
|---|
FunnelQuery(FunnelSource dataSource,
String queryString,
List<FunnelStep> steps) |
Copyright © 2024. All rights reserved.