Interface DiffResponse

All Superinterfaces:
PaginatedResponse

@Immutable public interface DiffResponse extends PaginatedResponse
  • Method Details

    • builder

      static org.projectnessie.model.ImmutableDiffResponse.Builder builder()
    • getDiffs

    • getEffectiveFromReference

      @Nullable @Nullable Reference getEffectiveFromReference()
      The effective "from" reference (for example a branch or tag) including the commit ID from which the diffs were fetched. Never null when using REST API v2.
    • getEffectiveToReference

      @Nullable @Nullable Reference getEffectiveToReference()
      The effective "to" reference (for example a branch or tag) including the commit ID from which the diffs were fetched. Never null when using REST API v2.