withPoints abstract method
- List<
PointData> points
Configures the builder to insert the given points in the data source.
pointsPoints to be added.
Returns PointDataSourceBuilder. This data source builder instance.
Implementation
PointDataSourceBuilder withPoints(List<PointData> points);