RuleResults.DefinitionStages.WithLatestScan Interface

public static interface RuleResults.DefinitionStages.WithLatestScan

The stage of the RuleResults definition allowing to specify latestScan.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLatestScan(Boolean latestScan)

Specifies the latestScan property: Take results from latest scan..

Method Details

withLatestScan

public abstract RuleResults.DefinitionStages.WithCreate withLatestScan(Boolean latestScan)

Specifies the latestScan property: Take results from latest scan..

Parameters:

latestScan - Take results from latest scan.

Returns:

the next definition stage.

Applies to