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 ReferencesParamsReferencesParams.Builder. build()static ReferencesParamsReferencesParams. empty()Methods in org.projectnessie.api.params with parameters of type ReferencesParams Modifier and Type Method Description ReferencesParams.BuilderReferencesParams.Builder. from(ReferencesParams params)
-