Interface CopyValue.Builder

    • Method Detail

      • entries

        CopyValue.Builder entries​(Collection<CopyValueEntry> entries)

        An array of CopyValueEntry objects, where each object contains the information about one field value to copy.

        Parameters:
        entries - An array of CopyValueEntry objects, where each object contains the information about one field value to copy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        CopyValue.Builder entries​(CopyValueEntry... entries)

        An array of CopyValueEntry objects, where each object contains the information about one field value to copy.

        Parameters:
        entries - An array of CopyValueEntry objects, where each object contains the information about one field value to copy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.