Uses of Class
org.projectnessie.model.ImmutableMultiGetContentsResponse
-
Packages that use ImmutableMultiGetContentsResponse Package Description org.projectnessie.model -
-
Uses of ImmutableMultiGetContentsResponse in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableMultiGetContentsResponse Modifier and Type Method Description ImmutableMultiGetContentsResponseImmutableMultiGetContentsResponse.Builder. build()Builds a newImmutableMultiGetContentsResponse.static ImmutableMultiGetContentsResponseImmutableMultiGetContentsResponse. copyOf(MultiGetContentsResponse instance)Creates an immutable copy of aMultiGetContentsResponsevalue.ImmutableMultiGetContentsResponseImmutableMultiGetContentsResponse. withContents(Iterable<? extends MultiGetContentsResponse.ContentsWithKey> elements)Copy the current immutable object with elements that replace the content ofcontents.ImmutableMultiGetContentsResponseImmutableMultiGetContentsResponse. withContents(MultiGetContentsResponse.ContentsWithKey... elements)Copy the current immutable object with elements that replace the content ofcontents.
-