| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static TableViewPropertiesTableOptions.WrappingEnum |
TableViewPropertiesTableOptions.WrappingEnum.fromValue(String text) |
TableViewPropertiesTableOptions.WrappingEnum |
TableViewPropertiesTableOptions.getWrapping()
Wrapping describes the text wrapping style to be used in table views
|
TableViewPropertiesTableOptions.WrappingEnum |
TableViewPropertiesTableOptions.WrappingEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TableViewPropertiesTableOptions.WrappingEnum |
TableViewPropertiesTableOptions.WrappingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableViewPropertiesTableOptions.WrappingEnum[] |
TableViewPropertiesTableOptions.WrappingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableViewPropertiesTableOptions.setWrapping(TableViewPropertiesTableOptions.WrappingEnum wrapping) |
TableViewPropertiesTableOptions |
TableViewPropertiesTableOptions.wrapping(TableViewPropertiesTableOptions.WrappingEnum wrapping) |
void |
TableViewPropertiesTableOptions.WrappingEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TableViewPropertiesTableOptions.WrappingEnum enumeration) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.