Uses of Class
org.projectnessie.model.ImmutableContentWithKey
-
Packages that use ImmutableContentWithKey Package Description org.projectnessie.model -
-
Uses of ImmutableContentWithKey in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableContentWithKey Modifier and Type Method Description ImmutableContentWithKeyImmutableContentWithKey.Builder. build()Builds a newImmutableContentWithKey.static ImmutableContentWithKeyImmutableContentWithKey. copyOf(GetMultipleContentsResponse.ContentWithKey instance)Creates an immutable copy of aGetMultipleContentsResponse.ContentWithKeyvalue.ImmutableContentWithKeyImmutableContentWithKey. withContent(Content value)Copy the current immutable object by setting a value for thecontentattribute.ImmutableContentWithKeyImmutableContentWithKey. withKey(ContentKey value)Copy the current immutable object by setting a value for thekeyattribute.
-