Uses of Class
org.projectnessie.api.params.GetReferenceParams
-
Packages that use GetReferenceParams Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params -
-
Uses of GetReferenceParams in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type GetReferenceParams Modifier and Type Method Description ReferenceTreeApi. getReferenceByName(@Valid @NotNull GetReferenceParams params)Get details of a particular ref, if it exists. -
Uses of GetReferenceParams in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type GetReferenceParams Modifier and Type Method Description ReferenceHttpTreeApi. getReferenceByName(GetReferenceParams params) -
Uses of GetReferenceParams in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return GetReferenceParams Modifier and Type Method Description GetReferenceParamsGetReferenceParams.Builder. build()
-