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, one of the ./_- characters, not end with a slash or dot, 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 EntriesParamsEntriesParamsBuilder. build()Invokesnew org.projectnessie.api.params.EntriesParams(..)using the collected parameters and returns the result of the invocationstatic EntriesParamsEntriesParams. empty()
-