Uses of Interface
org.projectnessie.model.GetMultipleContentsResponse.ContentWithKey
-
Packages that use GetMultipleContentsResponse.ContentWithKey Package Description org.projectnessie.model -
-
Uses of GetMultipleContentsResponse.ContentWithKey in org.projectnessie.model
Classes in org.projectnessie.model that implement GetMultipleContentsResponse.ContentWithKey Modifier and Type Class Description classImmutableContentWithKeyImmutable implementation ofGetMultipleContentsResponse.ContentWithKey.Methods in org.projectnessie.model that return GetMultipleContentsResponse.ContentWithKey Modifier and Type Method Description static GetMultipleContentsResponse.ContentWithKeyGetMultipleContentsResponse.ContentWithKey. of(ContentKey key, Content content)Methods in org.projectnessie.model that return types with arguments of type GetMultipleContentsResponse.ContentWithKey Modifier and Type Method Description @NotNull List<GetMultipleContentsResponse.ContentWithKey>GetMultipleContentsResponse. getContents()List<GetMultipleContentsResponse.ContentWithKey>ImmutableGetMultipleContentsResponse. getContents()Methods in org.projectnessie.model with parameters of type GetMultipleContentsResponse.ContentWithKey Modifier and Type Method Description ImmutableGetMultipleContentsResponse.BuilderImmutableGetMultipleContentsResponse.Builder. addContents(GetMultipleContentsResponse.ContentWithKey element)Adds one element tocontentslist.ImmutableGetMultipleContentsResponse.BuilderImmutableGetMultipleContentsResponse.Builder. addContents(GetMultipleContentsResponse.ContentWithKey... elements)Adds elements tocontentslist.static ImmutableContentWithKeyImmutableContentWithKey. copyOf(GetMultipleContentsResponse.ContentWithKey instance)Creates an immutable copy of aGetMultipleContentsResponse.ContentWithKeyvalue.ImmutableContentWithKey.BuilderImmutableContentWithKey.Builder. from(GetMultipleContentsResponse.ContentWithKey instance)Fill a builder with attribute values from the providedContentWithKeyinstance.ImmutableGetMultipleContentsResponseImmutableGetMultipleContentsResponse. withContents(GetMultipleContentsResponse.ContentWithKey... elements)Copy the current immutable object with elements that replace the content ofcontents.Method parameters in org.projectnessie.model with type arguments of type GetMultipleContentsResponse.ContentWithKey Modifier and Type Method Description ImmutableGetMultipleContentsResponse.BuilderImmutableGetMultipleContentsResponse.Builder. addAllContents(Iterable<? extends GetMultipleContentsResponse.ContentWithKey> elements)Adds elements tocontentslist.ImmutableGetMultipleContentsResponse.BuilderImmutableGetMultipleContentsResponse.Builder. contents(Iterable<? extends GetMultipleContentsResponse.ContentWithKey> elements)Sets or replaces all elements forcontentslist.static GetMultipleContentsResponseGetMultipleContentsResponse. of(List<GetMultipleContentsResponse.ContentWithKey> items)ImmutableGetMultipleContentsResponseImmutableGetMultipleContentsResponse. withContents(Iterable<? extends GetMultipleContentsResponse.ContentWithKey> elements)Copy the current immutable object with elements that replace the content ofcontents.
-