Class DeviceStageLoop<T>
- java.lang.Object
-
- cern.nxcals.api.extraction.data.builders.fluent.DeviceStageLoop<T>
-
public class DeviceStageLoop<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description T
build()
T
buildDataset()
Deprecated.- Please use build()DeviceStage<T>
entity()
-
-
-
Method Detail
-
entity
public DeviceStage<T> entity()
-
buildDataset
@Deprecated public T buildDataset()
Deprecated.- Please use build()- Returns:
- T
-
build
public T build()
-
-