Uses of Interface
org.projectnessie.model.MultiGetContentsResponse.ContentsWithKey
-
Packages that use MultiGetContentsResponse.ContentsWithKey Package Description org.projectnessie.model -
-
Uses of MultiGetContentsResponse.ContentsWithKey in org.projectnessie.model
Classes in org.projectnessie.model that implement MultiGetContentsResponse.ContentsWithKey Modifier and Type Class Description classImmutableContentsWithKeyImmutable implementation ofMultiGetContentsResponse.ContentsWithKey.Methods in org.projectnessie.model that return MultiGetContentsResponse.ContentsWithKey Modifier and Type Method Description static MultiGetContentsResponse.ContentsWithKeyMultiGetContentsResponse.ContentsWithKey. of(ContentsKey key, Contents contents)Methods in org.projectnessie.model that return types with arguments of type MultiGetContentsResponse.ContentsWithKey Modifier and Type Method Description List<MultiGetContentsResponse.ContentsWithKey>ImmutableMultiGetContentsResponse. getContents()@NotNull List<MultiGetContentsResponse.ContentsWithKey>MultiGetContentsResponse. getContents()Methods in org.projectnessie.model with parameters of type MultiGetContentsResponse.ContentsWithKey Modifier and Type Method Description ImmutableMultiGetContentsResponse.BuilderImmutableMultiGetContentsResponse.Builder. addContents(MultiGetContentsResponse.ContentsWithKey element)Adds one element tocontentslist.ImmutableMultiGetContentsResponse.BuilderImmutableMultiGetContentsResponse.Builder. addContents(MultiGetContentsResponse.ContentsWithKey... elements)Adds elements tocontentslist.static ImmutableContentsWithKeyImmutableContentsWithKey. copyOf(MultiGetContentsResponse.ContentsWithKey instance)Creates an immutable copy of aMultiGetContentsResponse.ContentsWithKeyvalue.ImmutableContentsWithKey.BuilderImmutableContentsWithKey.Builder. from(MultiGetContentsResponse.ContentsWithKey instance)Fill a builder with attribute values from the providedContentsWithKeyinstance.ImmutableMultiGetContentsResponseImmutableMultiGetContentsResponse. withContents(MultiGetContentsResponse.ContentsWithKey... elements)Copy the current immutable object with elements that replace the content ofcontents.Method parameters in org.projectnessie.model with type arguments of type MultiGetContentsResponse.ContentsWithKey Modifier and Type Method Description ImmutableMultiGetContentsResponse.BuilderImmutableMultiGetContentsResponse.Builder. addAllContents(Iterable<? extends MultiGetContentsResponse.ContentsWithKey> elements)Adds elements tocontentslist.ImmutableMultiGetContentsResponse.BuilderImmutableMultiGetContentsResponse.Builder. contents(Iterable<? extends MultiGetContentsResponse.ContentsWithKey> elements)Sets or replaces all elements forcontentslist.static MultiGetContentsResponseMultiGetContentsResponse. of(List<MultiGetContentsResponse.ContentsWithKey> items)ImmutableMultiGetContentsResponseImmutableMultiGetContentsResponse. withContents(Iterable<? extends MultiGetContentsResponse.ContentsWithKey> elements)Copy the current immutable object with elements that replace the content ofcontents.
-