Interface Project.UpdateStages.WithDevCenterId

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

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

    Modifier and Type
    Method
    Description
    withDevCenterId(String devCenterId)
    Specifies the devCenterId property: Resource Id of an associated DevCenter.
  • Method Details

    • withDevCenterId

      Project.Update withDevCenterId(String devCenterId)
      Specifies the devCenterId property: Resource Id of an associated DevCenter.
      Parameters:
      devCenterId - Resource Id of an associated DevCenter.
      Returns:
      the next definition stage.