Uses of Interface
org.projectnessie.model.EntriesResponse
-
Packages that use EntriesResponse Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of EntriesResponse in org.projectnessie.api
Methods in org.projectnessie.api that return EntriesResponse Modifier and Type Method Description EntriesResponseTreeApi. getEntries(@NotNull @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?$",message="Reference name must start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain ..") String refName, @NotNull @Valid EntriesParams params)Retrieve objects for a ref, potentially truncated by the backend. -
Uses of EntriesResponse in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return EntriesResponse Modifier and Type Method Description EntriesResponseHttpTreeApi. getEntries(@NotNull @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?$",message="Reference name must start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain ..") String refName, @NotNull @Valid EntriesParams params)Retrieve objects for a ref, potentially truncated by the backend. -
Uses of EntriesResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement EntriesResponse Modifier and Type Class Description classImmutableEntriesResponseImmutable implementation ofEntriesResponse.Methods in org.projectnessie.model with parameters of type EntriesResponse Modifier and Type Method Description static ImmutableEntriesResponseImmutableEntriesResponse. copyOf(EntriesResponse instance)Creates an immutable copy of aEntriesResponsevalue.ImmutableEntriesResponse.BuilderImmutableEntriesResponse.Builder. from(EntriesResponse instance)Fill a builder with attribute values from the providedorg.projectnessie.model.EntriesResponseinstance.
-