Package org.projectnessie.model
Interface RefLogResponse
-
- All Superinterfaces:
PaginatedResponse
@Immutable public interface RefLogResponse extends PaginatedResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRefLogResponse.RefLogResponseEntry
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.util.List<RefLogResponse.RefLogResponseEntry>getLogEntries()-
Methods inherited from interface org.projectnessie.model.PaginatedResponse
getToken, isHasMore
-
-
-
-
Method Detail
-
getLogEntries
@NotNull @NotNull java.util.List<RefLogResponse.RefLogResponseEntry> getLogEntries()
-
-