Uses of Class
org.projectnessie.model.ImmutableContentsWithKey.Builder
-
Packages that use ImmutableContentsWithKey.Builder Package Description org.projectnessie.model -
-
Uses of ImmutableContentsWithKey.Builder in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableContentsWithKey.Builder Modifier and Type Method Description static ImmutableContentsWithKey.BuilderImmutableContentsWithKey. builder()Creates a builder forImmutableContentsWithKey.ImmutableContentsWithKey.BuilderImmutableContentsWithKey.Builder. contents(Contents contents)Initializes the value for thecontentsattribute.ImmutableContentsWithKey.BuilderImmutableContentsWithKey.Builder. from(MultiGetContentsResponse.ContentsWithKey instance)Fill a builder with attribute values from the providedContentsWithKeyinstance.ImmutableContentsWithKey.BuilderImmutableContentsWithKey.Builder. key(ContentsKey key)Initializes the value for thekeyattribute.
-