Interface LegalTerm.Builder

    • Method Detail

      • documents

        LegalTerm.Builder documents​(Collection<DocumentItem> documents)

        List of references to legal resources proposed to the buyers. An example is the EULA.

        Parameters:
        documents - List of references to legal resources proposed to the buyers. An example is the EULA.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documents

        LegalTerm.Builder documents​(DocumentItem... documents)

        List of references to legal resources proposed to the buyers. An example is the EULA.

        Parameters:
        documents - List of references to legal resources proposed to the buyers. An example is the EULA.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        LegalTerm.Builder type​(String type)

        Category of the term being updated.

        Parameters:
        type - Category of the term being updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.