Package org.projectnessie.model
Interface EntriesResponse
- All Superinterfaces:
PaginatedResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic org.projectnessie.model.ImmutableEntriesResponse.Builderbuilder()The effective reference (for example a branch or tag) including the commit ID from which the entries were fetched.@NotNull @NotNull List<EntriesResponse.Entry>Methods inherited from interface org.projectnessie.model.PaginatedResponse
getToken, isHasMore
-
Method Details
-
builder
static org.projectnessie.model.ImmutableEntriesResponse.Builder builder() -
getEntries
-
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.
-