Class FileDiffResponse.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • oldPath

        public FileDiffResponse.Builder oldPath​(String oldPath)
        The path on the base version to the changed object.
        Parameters:
        oldPath - the value to set
        Returns:
        this builder
      • newPath

        public FileDiffResponse.Builder newPath​(String newPath)
        The path on the target version to the changed object.
        Parameters:
        newPath - the value to set
        Returns:
        this builder
      • oldId

        public FileDiffResponse.Builder oldId​(String oldId)
        The ID of the changed object on the base version.
        Parameters:
        oldId - the value to set
        Returns:
        this builder
      • newId

        public FileDiffResponse.Builder newId​(String newId)
        The ID of the changed object on the target version.
        Parameters:
        newId - the value to set
        Returns:
        this builder
      • areConflictsInFile

        public FileDiffResponse.Builder areConflictsInFile​(Boolean areConflictsInFile)
        Indicates whether the changed file contains conflicts.
        Parameters:
        areConflictsInFile - the value to set
        Returns:
        this builder
      • isLarge

        public FileDiffResponse.Builder isLarge​(Boolean isLarge)
        Indicates whether the file is large.
        Parameters:
        isLarge - the value to set
        Returns:
        this builder
      • isBinary

        public FileDiffResponse.Builder isBinary​(Boolean isBinary)
        Indicates whether the file is binary.
        Parameters:
        isBinary - the value to set
        Returns:
        this builder