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