Interface CopyValueEntry.Builder

    • Method Detail

      • source

        CopyValueEntry.Builder source​(String source)

        The key to copy.

        Parameters:
        source - The key to copy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        CopyValueEntry.Builder target​(String target)

        The key of the field to copy the value to.

        Parameters:
        target - The key of the field to copy the value to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overwriteIfExists

        CopyValueEntry.Builder overwriteIfExists​(Boolean overwriteIfExists)

        Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is false.

        Parameters:
        overwriteIfExists - Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.