Del via


CustomRecommendation.DefinitionStages.WithSeverity Interface

public static interface CustomRecommendation.DefinitionStages.WithSeverity

The stage of the CustomRecommendation definition allowing to specify severity.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSeverity(SeverityEnum severity)

Specifies the severity property: The severity to relate to the assessments generated by this Recommendation..

Method Details

withSeverity

public abstract CustomRecommendation.DefinitionStages.WithCreate withSeverity(SeverityEnum severity)

Specifies the severity property: The severity to relate to the assessments generated by this Recommendation..

Parameters:

severity - The severity to relate to the assessments generated by this Recommendation.

Returns:

the next definition stage.

Applies to