Uses of Class
org.projectnessie.api.params.ReferencesParams
-
Packages that use ReferencesParams Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params -
-
Uses of ReferencesParams in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type ReferencesParams Modifier and Type Method Description ReferencesResponseTreeApi. getAllReferences(ReferencesParams params)Get all references. -
Uses of ReferencesParams in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type ReferencesParams Modifier and Type Method Description ReferencesResponseHttpTreeApi. getAllReferences(ReferencesParams params) -
Uses of ReferencesParams in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return ReferencesParams Modifier and Type Method Description ReferencesParamsReferencesParamsBuilder. build()Invokesnew org.projectnessie.api.params.ReferencesParams(..)using the collected parameters and returns the result of the invocationstatic ReferencesParamsReferencesParams. empty()
-