Uses of Class
org.projectnessie.api.params.EntriesParams
-
Packages that use EntriesParams Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params -
-
Uses of EntriesParams in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type EntriesParams Modifier and Type Method Description EntriesResponseTreeApi. getEntries(@Valid @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, @Valid @NotNull EntriesParams params)Retrieve objects for a ref, potentially truncated by the backend. -
Uses of EntriesParams in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type EntriesParams Modifier and Type Method Description EntriesResponseHttpTreeApi. getEntries(String refName, EntriesParams params) -
Uses of EntriesParams in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return EntriesParams Modifier and Type Method Description EntriesParamsEntriesParams.Builder. build()static EntriesParamsEntriesParams. empty()Methods in org.projectnessie.api.params with parameters of type EntriesParams Modifier and Type Method Description EntriesParams.BuilderEntriesParams.Builder. from(EntriesParams params)
-