Uses of Class
org.projectnessie.api.params.EntriesParams
-
Packages that use EntriesParams Package Description org.projectnessie.api Main Nessie APIs.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(@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 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)
-