CustomAssessmentAutomation.DefinitionStages.WithDescription Interface

public static interface CustomAssessmentAutomation.DefinitionStages.WithDescription

The stage of the CustomAssessmentAutomation definition allowing to specify description.

Method Summary

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

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

Method Details

withDescription

public abstract CustomAssessmentAutomation.DefinitionStages.WithCreate withDescription(String description)

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

Parameters:

description - The description to relate to the assessments generated by this assessment automation.

Returns:

the next definition stage.

Applies to