Uses of Class
org.projectnessie.model.ImmutableContentsWithKey
-
Packages that use ImmutableContentsWithKey Package Description org.projectnessie.model -
-
Uses of ImmutableContentsWithKey in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableContentsWithKey Modifier and Type Method Description ImmutableContentsWithKeyImmutableContentsWithKey.Builder. build()Builds a newImmutableContentsWithKey.static ImmutableContentsWithKeyImmutableContentsWithKey. copyOf(MultiGetContentsResponse.ContentsWithKey instance)Creates an immutable copy of aMultiGetContentsResponse.ContentsWithKeyvalue.ImmutableContentsWithKeyImmutableContentsWithKey. withContents(Contents value)Copy the current immutable object by setting a value for thecontentsattribute.ImmutableContentsWithKeyImmutableContentsWithKey. withKey(ContentsKey value)Copy the current immutable object by setting a value for thekeyattribute.
-