Uses of Class
org.projectnessie.model.ImmutableContentWithKey.Builder
-
Packages that use ImmutableContentWithKey.Builder Package Description org.projectnessie.model -
-
Uses of ImmutableContentWithKey.Builder in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableContentWithKey.Builder Modifier and Type Method Description static ImmutableContentWithKey.BuilderImmutableContentWithKey. builder()Creates a builder forImmutableContentWithKey.ImmutableContentWithKey.BuilderImmutableContentWithKey.Builder. content(Content content)Initializes the value for thecontentattribute.ImmutableContentWithKey.BuilderImmutableContentWithKey.Builder. from(GetMultipleContentsResponse.ContentWithKey instance)Fill a builder with attribute values from the providedContentWithKeyinstance.ImmutableContentWithKey.BuilderImmutableContentWithKey.Builder. key(ContentKey key)Initializes the value for thekeyattribute.
-