Interface SetWindowFieldsOperation.WindowOutput.ComputedFieldAppender
- Enclosing class:
- SetWindowFieldsOperation.WindowOutput
public static interface SetWindowFieldsOperation.WindowOutput.ComputedFieldAppender
Tiny little helper to allow fluent API usage for
SetWindowFieldsOperation.WindowOutput.append(ComputedField)
.-
Method Summary
Modifier and TypeMethodDescriptionSpecify the target field name.Specify the window boundaries.
-
Method Details
-
as
Specify the target field name.- Parameters:
fieldname
- the name of field to add to the target document.- Returns:
- the
SetWindowFieldsOperation.WindowOutput
that started the append operation.
-
within
SetWindowFieldsOperation.WindowOutput.ComputedFieldAppender within(SetWindowFieldsOperation.Window window) Specify the window boundaries.- Parameters:
window
- must not be null.- Returns:
- this.
-