Interface ThesaurusSummary.Builder

    • Method Detail

      • id

        ThesaurusSummary.Builder id​(String id)

        The identifier of the thesaurus.

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

        ThesaurusSummary.Builder name​(String name)

        The name of the thesaurus.

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

        ThesaurusSummary.Builder createdAt​(Instant createdAt)

        The Unix timestamp when the thesaurus was created.

        Parameters:
        createdAt - The Unix timestamp when the thesaurus was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        ThesaurusSummary.Builder updatedAt​(Instant updatedAt)

        The Unix timestamp when the thesaurus was last updated.

        Parameters:
        updatedAt - The Unix timestamp when the thesaurus was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.