Interface Project.UpdateStages.WithDescription

All Known Subinterfaces:
Project.Update
Enclosing interface:
Project.UpdateStages

public static interface Project.UpdateStages.WithDescription
The stage of the Project update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Description of the project..
  • Method Details

    • withDescription

      Project.Update withDescription(String description)
      Specifies the description property: Description of the project..
      Parameters:
      description - Description of the project.
      Returns:
      the next definition stage.