RuleResults.UpdateStages.WithLatestScan Interface

public static interface RuleResults.UpdateStages.WithLatestScan

The stage of the RuleResults update allowing to specify latestScan.

Method Summary

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

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

Method Details

withLatestScan

public abstract RuleResults.Update 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