Interface CreateProjectResponse.Builder

  • Method Details

    • spaceName

      CreateProjectResponse.Builder spaceName(String spaceName)

      The name of the space.

      Parameters:
      spaceName - The name of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the project in the space.

      Parameters:
      name - The name of the project in the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      CreateProjectResponse.Builder displayName(String displayName)

      The friendly name of the project.

      Parameters:
      displayName - The friendly name of the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateProjectResponse.Builder description(String description)

      The description of the project.

      Parameters:
      description - The description of the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.