Package org.projectnessie.model
Interface LogResponse
-
- All Superinterfaces:
PaginatedResponse
- All Known Implementing Classes:
ImmutableLogResponse
@Immutable public interface LogResponse extends PaginatedResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLogResponse.LogEntry
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<LogResponse.LogEntry>getLogEntries()-
Methods inherited from interface org.projectnessie.model.PaginatedResponse
getToken, isHasMore
-
-
-
-
Method Detail
-
getLogEntries
@NotNull @NotNull List<LogResponse.LogEntry> getLogEntries()
-
-