Uses of Class
org.projectnessie.model.ImmutableTag.Builder
-
Packages that use ImmutableTag.Builder Package Description org.projectnessie.model -
-
Uses of ImmutableTag.Builder in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableTag.Builder Modifier and Type Method Description static ImmutableTag.BuilderImmutableTag. builder()Creates a builder forImmutableTag.static ImmutableTag.BuilderTag. builder()ImmutableTag.BuilderImmutableTag.Builder. from(Reference instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Referenceinstance.ImmutableTag.BuilderImmutableTag.Builder. from(Tag instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Taginstance.ImmutableTag.BuilderImmutableTag.Builder. hash(String hash)Initializes the value for thehashattribute.ImmutableTag.BuilderImmutableTag.Builder. name(String name)Initializes the value for thenameattribute.
-