ProjectTask.UpdateStages.WithProperties Interface

public static interface ProjectTask.UpdateStages.WithProperties

The stage of the ProjectTask update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(ProjectTaskProperties properties)

Specifies the properties property: Custom task properties.

Method Details

withProperties

public abstract ProjectTask.Update withProperties(ProjectTaskProperties properties)

Specifies the properties property: Custom task properties.

Parameters:

properties - Custom task properties.

Returns:

the next definition stage.

Applies to