Uses of Class
org.projectnessie.model.ImmutableHash
-
Packages that use ImmutableHash Package Description org.projectnessie.model -
-
Uses of ImmutableHash in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableHash Modifier and Type Method Description ImmutableHashImmutableHash.Builder. build()Builds a newImmutableHash.static ImmutableHashImmutableHash. copyOf(Hash instance)Creates an immutable copy of aHashvalue.ImmutableHashImmutableHash. withName(String value)Copy the current immutable object by setting a value for thenameattribute.
-