Uses of Class
org.projectnessie.model.ImmutableHash.Builder
-
Packages that use ImmutableHash.Builder Package Description org.projectnessie.model -
-
Uses of ImmutableHash.Builder in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableHash.Builder Modifier and Type Method Description static ImmutableHash.BuilderImmutableHash. builder()Creates a builder forImmutableHash.ImmutableHash.BuilderImmutableHash.Builder. from(Hash instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Hashinstance.ImmutableHash.BuilderImmutableHash.Builder. from(Reference instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Referenceinstance.ImmutableHash.BuilderImmutableHash.Builder. name(String name)Initializes the value for thenameattribute.
-