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