Uses of Interface
org.projectnessie.model.Tag
-
Packages that use Tag Package Description org.projectnessie.model -
-
Uses of Tag in org.projectnessie.model
Classes in org.projectnessie.model that implement Tag Modifier and Type Class Description classImmutableTagImmutable implementation ofTag.Methods in org.projectnessie.model that return Tag Modifier and Type Method Description static TagTag. of(String name, String hash)Methods in org.projectnessie.model with parameters of type Tag Modifier and Type Method Description static ImmutableTagImmutableTag. copyOf(Tag instance)Creates an immutable copy of aTagvalue.ImmutableTag.BuilderImmutableTag.Builder. from(Tag instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Taginstance.
-