Del via


CustomRecommendation.DefinitionStages.WithDisplayName Interface

public static interface CustomRecommendation.DefinitionStages.WithDisplayName

The stage of the CustomRecommendation definition allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisplayName(String displayName)

Specifies the displayName property: The display name of the assessments generated by this Recommendation..

Method Details

withDisplayName

public abstract CustomRecommendation.DefinitionStages.WithCreate withDisplayName(String displayName)

Specifies the displayName property: The display name of the assessments generated by this Recommendation..

Parameters:

displayName - The display name of the assessments generated by this Recommendation.

Returns:

the next definition stage.

Applies to