Package com.influxdb.client.domain
Class TableViewPropertiesTableOptions
java.lang.Object
com.influxdb.client.domain.TableViewPropertiesTableOptions
TableViewPropertiesTableOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Wrapping describes the text wrapping style to be used in table views -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
fixFirstColumn
(Boolean fixFirstColumn) fixFirstColumn indicates whether the first column of the table should be lockedGet sortByverticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed verticallyWrapping describes the text wrapping style to be used in table viewsint
hashCode()
void
setFixFirstColumn
(Boolean fixFirstColumn) void
setSortBy
(RenamableField sortBy) void
setVerticalTimeAxis
(Boolean verticalTimeAxis) void
sortBy
(RenamableField sortBy) toString()
verticalTimeAxis
(Boolean verticalTimeAxis)
-
Field Details
-
SERIALIZED_NAME_VERTICAL_TIME_AXIS
- See Also:
-
SERIALIZED_NAME_SORT_BY
- See Also:
-
SERIALIZED_NAME_WRAPPING
- See Also:
-
SERIALIZED_NAME_FIX_FIRST_COLUMN
- See Also:
-
-
Constructor Details
-
TableViewPropertiesTableOptions
public TableViewPropertiesTableOptions()
-
-
Method Details
-
verticalTimeAxis
-
getVerticalTimeAxis
verticalTimeAxis describes the orientation of the table by indicating whether the time axis will be displayed vertically- Returns:
- verticalTimeAxis
-
setVerticalTimeAxis
-
sortBy
-
getSortBy
Get sortBy- Returns:
- sortBy
-
setSortBy
-
wrapping
public TableViewPropertiesTableOptions wrapping(TableViewPropertiesTableOptions.WrappingEnum wrapping) -
getWrapping
Wrapping describes the text wrapping style to be used in table views- Returns:
- wrapping
-
setWrapping
-
fixFirstColumn
-
getFixFirstColumn
fixFirstColumn indicates whether the first column of the table should be locked- Returns:
- fixFirstColumn
-
setFixFirstColumn
-
equals
-
hashCode
public int hashCode() -
toString
-