Interface SummaryLogs.DefinitionStages.WithRuleType
- All Known Subinterfaces:
SummaryLogs.Definition, SummaryLogs.DefinitionStages.WithCreate
- Enclosing interface:
SummaryLogs.DefinitionStages
public static interface SummaryLogs.DefinitionStages.WithRuleType
The stage of the SummaryLogs definition allowing to specify ruleType.
-
Method Summary
Modifier and TypeMethodDescriptionwithRuleType(RuleTypeEnum ruleType) Specifies the ruleType property: SummaryRules rule type: User..
-
Method Details
-
withRuleType
Specifies the ruleType property: SummaryRules rule type: User..- Parameters:
ruleType- SummaryRules rule type: User.- Returns:
- the next definition stage.
-