CustomRecommendation.DefinitionStages.WithSecurityIssue Interface

public static interface CustomRecommendation.DefinitionStages.WithSecurityIssue

The stage of the CustomRecommendation definition allowing to specify securityIssue.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSecurityIssue(SecurityIssue securityIssue)

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

Method Details

withSecurityIssue

public abstract CustomRecommendation.DefinitionStages.WithCreate withSecurityIssue(SecurityIssue securityIssue)

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

Parameters:

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

Returns:

the next definition stage.

Applies to