Interface ProjectSummary.Builder

    • Method Detail

      • id

        ProjectSummary.Builder id​(String id)

        The ID of the project.

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

        ProjectSummary.Builder name​(String name)

        The name of the project.

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

        ProjectSummary.Builder description​(String description)

        The project's description.

        Parameters:
        description - The project's description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        ProjectSummary.Builder creationDate​(Instant creationDate)

        The date the project was created, in Unix epoch time.

        Parameters:
        creationDate - The date the project was created, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateDate

        ProjectSummary.Builder lastUpdateDate​(Instant lastUpdateDate)

        The date the project was last updated, in Unix epoch time.

        Parameters:
        lastUpdateDate - The date the project was last updated, in Unix epoch time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.