Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Select |
build() |
Select.Builder |
copy(Select model) |
Select.Builder |
isDistinct(Boolean isDistinct)
Specifies whether the object is distinct.
|
Select.Builder |
selectColumns(List<ShapeField> selectColumns)
An array of selected columns.
|
public Select.Builder isDistinct(Boolean isDistinct)
Specifies whether the object is distinct.
isDistinct
- the value to setpublic Select.Builder selectColumns(List<ShapeField> selectColumns)
An array of selected columns.
selectColumns
- the value to setpublic Select build()
public Select.Builder copy(Select model)
Copyright © 2016–2024. All rights reserved.