Interface Difference.Builder

    • Method Detail

      • beforeBlob

        Difference.Builder beforeBlob​(BlobMetadata beforeBlob)

        Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.

        Parameters:
        beforeBlob - Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterBlob

        Difference.Builder afterBlob​(BlobMetadata afterBlob)

        Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.

        Parameters:
        afterBlob - Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeType

        Difference.Builder changeType​(String changeType)

        Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

        Parameters:
        changeType - Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeTypeEnum, ChangeTypeEnum
      • changeType

        Difference.Builder changeType​(ChangeTypeEnum changeType)

        Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

        Parameters:
        changeType - Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeTypeEnum, ChangeTypeEnum