public final class StoreSelectionBuilder extends Base implements Builder<StoreSelectionDsl>
Modifier and Type | Method and Description |
---|---|
StoreSelectionDsl |
build()
Creates a new instance of T with the values of this builder.
|
String |
getStoreProjection() |
static StoreSelectionBuilder |
of(String storeProjection) |
public static StoreSelectionBuilder of(@Nullable String storeProjection)
public StoreSelectionDsl build()
Builder
build
in interface Builder<StoreSelectionDsl>