Uses of Interface
org.projectnessie.model.RefLogResponse
-
Packages that use RefLogResponse Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of RefLogResponse in org.projectnessie.api
Methods in org.projectnessie.api that return RefLogResponse Modifier and Type Method Description RefLogResponseRefLogApi. getRefLog(@Valid @NotNull RefLogParams params)Retrieve the reflog, potentially truncated by the backend. -
Uses of RefLogResponse in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return RefLogResponse Modifier and Type Method Description RefLogResponseHttpRefLogApi. getRefLog(RefLogParams params) -
Uses of RefLogResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement RefLogResponse Modifier and Type Class Description classImmutableRefLogResponseImmutable implementation ofRefLogResponse.Methods in org.projectnessie.model with parameters of type RefLogResponse Modifier and Type Method Description static ImmutableRefLogResponseImmutableRefLogResponse. copyOf(RefLogResponse instance)Creates an immutable copy of aRefLogResponsevalue.ImmutableRefLogResponse.BuilderImmutableRefLogResponse.Builder. from(RefLogResponse instance)Fill a builder with attribute values from the providedorg.projectnessie.model.RefLogResponseinstance.
-