| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.key(PropertyKey key) |
Property |
Property.type(String type) |
Property |
Property.value(Expression value) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
FunctionExpression.getParams()
Function parameters
|
List<Property> |
ObjectExpression.getProperties()
Object properties
|
| Modifier and Type | Method and Description |
|---|---|
FunctionExpression |
FunctionExpression.addParamsItem(Property paramsItem) |
ObjectExpression |
ObjectExpression.addPropertiesItem(Property propertiesItem) |
| Modifier and Type | Method and Description |
|---|---|
FunctionExpression |
FunctionExpression.params(List<Property> params) |
ObjectExpression |
ObjectExpression.properties(List<Property> properties) |
void |
FunctionExpression.setParams(List<Property> params) |
void |
ObjectExpression.setProperties(List<Property> properties) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.