Uses of Class
org.projectnessie.model.ImmutablePut.Builder
-
Packages that use ImmutablePut.Builder Package Description org.projectnessie.model -
-
Uses of ImmutablePut.Builder in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutablePut.Builder Modifier and Type Method Description static ImmutablePut.BuilderImmutablePut. builder()Creates a builder forImmutablePut.ImmutablePut.BuilderImmutablePut.Builder. contents(Contents contents)Initializes the value for thecontentsattribute.ImmutablePut.BuilderImmutablePut.Builder. expectedContents(Contents expectedContents)Initializes the value for theexpectedContentsattribute.ImmutablePut.BuilderImmutablePut.Builder. from(Operation instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operationinstance.ImmutablePut.BuilderImmutablePut.Builder. from(Operation.Put instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operation.Putinstance.ImmutablePut.BuilderImmutablePut.Builder. key(ContentsKey key)Initializes the value for thekeyattribute.
-