Uses of Interface
org.projectnessie.model.ReferencesResponse
-
Packages that use ReferencesResponse Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of ReferencesResponse in org.projectnessie.api
Methods in org.projectnessie.api that return ReferencesResponse Modifier and Type Method Description ReferencesResponseTreeApi. getAllReferences(ReferencesParams params)Get all references. -
Uses of ReferencesResponse in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return ReferencesResponse Modifier and Type Method Description ReferencesResponseHttpTreeApi. getAllReferences(ReferencesParams params) -
Uses of ReferencesResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement ReferencesResponse Modifier and Type Class Description classImmutableReferencesResponseImmutable implementation ofReferencesResponse.Methods in org.projectnessie.model with parameters of type ReferencesResponse Modifier and Type Method Description static ImmutableReferencesResponseImmutableReferencesResponse. copyOf(ReferencesResponse instance)Creates an immutable copy of aReferencesResponsevalue.ImmutableReferencesResponse.BuilderImmutableReferencesResponse.Builder. from(ReferencesResponse instance)Fill a builder with attribute values from the providedorg.projectnessie.model.ReferencesResponseinstance.
-