Interface LegalTerm.Builder

  • Method Details

    • 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.
    • documents

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

      This is a convenience method that creates an instance of the DocumentItem.Builder avoiding the need to create one manually via DocumentItem.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to documents(List<DocumentItem>).

      Parameters:
      documents - a consumer that will call methods on DocumentItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.