Package org.projectnessie.model
Interface EntriesResponse
-
- All Superinterfaces:
PaginatedResponse
@Immutable public interface EntriesResponse extends PaginatedResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEntriesResponse.Entry
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static org.projectnessie.model.ImmutableEntriesResponse.Builderbuilder()@NotNull java.util.List<EntriesResponse.Entry>getEntries()-
Methods inherited from interface org.projectnessie.model.PaginatedResponse
getToken, isHasMore
-
-
-
-
Method Detail
-
builder
static org.projectnessie.model.ImmutableEntriesResponse.Builder builder()
-
getEntries
@NotNull @NotNull java.util.List<EntriesResponse.Entry> getEntries()
-
-