CustomRecommendation.UpdateStages.WithDescription Interface

public static interface CustomRecommendation.UpdateStages.WithDescription

The stage of the CustomRecommendation update allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract Update withDescription(String description)

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

Method Details

withDescription

public abstract CustomRecommendation.Update withDescription(String description)

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

Parameters:

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

Returns:

the next definition stage.

Applies to