ImmutableContentWithKey.Builder |
ImmutableContentWithKey.Builder.content(Content content) |
Initializes the value for the content attribute.
|
ImmutablePut.Builder |
ImmutablePut.Builder.content(Content content) |
Initializes the value for the content attribute.
|
ImmutablePut.Builder |
ImmutablePut.Builder.expectedContent(Content expectedContent) |
|
ImmutableDeltaLakeTable.Builder |
ImmutableDeltaLakeTable.Builder.from(Content instance) |
Fill a builder with attribute values from the provided org.projectnessie.model.Content instance.
|
ImmutableDiffEntry.Builder |
ImmutableDiffEntry.Builder.from(Content from) |
Initializes the value for the from attribute.
|
ImmutableIcebergTable.Builder |
ImmutableIcebergTable.Builder.from(Content instance) |
Fill a builder with attribute values from the provided org.projectnessie.model.Content instance.
|
ImmutableSqlView.Builder |
ImmutableSqlView.Builder.from(Content instance) |
Fill a builder with attribute values from the provided org.projectnessie.model.Content instance.
|
static GetMultipleContentsResponse.ContentWithKey |
GetMultipleContentsResponse.ContentWithKey.of(ContentKey key,
Content content) |
|
static Operation.Put |
Operation.Put.of(ContentKey key,
Content content) |
|
static Operation.Put |
Operation.Put.of(ContentKey key,
Content content,
Content expectedContent) |
|
ImmutableDiffEntry.Builder |
ImmutableDiffEntry.Builder.to(Content to) |
Initializes the value for the to attribute.
|
ImmutableContentWithKey |
ImmutableContentWithKey.withContent(Content value) |
Copy the current immutable object by setting a value for the content attribute.
|
ImmutablePut |
ImmutablePut.withContent(Content value) |
Copy the current immutable object by setting a value for the content attribute.
|
ImmutablePut |
ImmutablePut.withExpectedContent(Content value) |
Copy the current immutable object by setting a value for the expectedContent attribute.
|
ImmutableDiffEntry |
ImmutableDiffEntry.withFrom(Content value) |
Copy the current immutable object by setting a value for the from attribute.
|
ImmutableDiffEntry |
ImmutableDiffEntry.withTo(Content value) |
Copy the current immutable object by setting a value for the to attribute.
|