| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
ImportDeclaration |
ImportDeclaration.as(Identifier as) |
ImportDeclaration |
ImportDeclaration.path(StringLiteral path) |
ImportDeclaration |
ImportDeclaration.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportDeclaration> |
File.getImports()
A list of package imports
|
| Modifier and Type | Method and Description |
|---|---|
File |
File.addImportsItem(ImportDeclaration importsItem) |
| Modifier and Type | Method and Description |
|---|---|
File |
File.imports(List<ImportDeclaration> imports) |
void |
File.setImports(List<ImportDeclaration> imports) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.