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