Interface SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.As
- All Known Subinterfaces:
SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.WindowChoice
- Enclosing class:
- SetWindowFieldsOperation.SetWindowFieldsOperationBuilder
public static interface SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.As
Interface to capture field name used to capture the computation result.
-
Method Summary
Modifier and TypeMethodDescriptionDefine the target name field name to hold the computation result.
-
Method Details
-
as
Define the target name field name to hold the computation result.- Parameters:
targetFieldName
- must not be null or empty.- Returns:
- the starting point
builder
instance.
-