Interface EntriesResponse

All Superinterfaces:
PaginatedResponse

@Immutable public interface EntriesResponse extends PaginatedResponse
  • Method Details

    • builder

      static org.projectnessie.model.ImmutableEntriesResponse.Builder builder()
    • getEntries

      @NotNull @NotNull @NotNull @NotNull List<EntriesResponse.Entry> getEntries()
    • getEffectiveReference

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