public static class ColumnFilterOptions.Builder<T extends ColumnFilterOptions.Builder> extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
T |
includeColumn(Collection<String> names)
Include one or more specific columns.
|
T |
includeColumn(String... names)
Include one or more specific columns.
|
public T includeColumn(String... names)
names
- the name of the column, or more than one if you want.public T includeColumn(Collection<String> names)
names
- the name of the column, or more than one if you want.Copyright © 2024. All rights reserved.