Uses of Class
org.projectnessie.model.Contents
-
Packages that use Contents Package Description org.projectnessie.api Main Nessie APIs.org.projectnessie.model -
-
Uses of Contents in org.projectnessie.api
Methods in org.projectnessie.api that return Contents Modifier and Type Method Description ContentsContentsApi. getContents(@Valid ContentsKey key, @Pattern(regexp="^(([0-9a-fA-F]{16,64})|([A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?))$",message="Reference must be either a reference name or hash, start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain .. or consist of the hex representation of 8-32 bytes") String ref)Get the properties of an object.Methods in org.projectnessie.api with parameters of type Contents Modifier and Type Method Description voidContentsApi. setContents(@Valid @NotNull ContentsKey key, @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?$",message="Reference name must start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain ..") String branch, @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") @NotNull String hash, String message, @Valid @NotNull Contents contents)Deprecated. -
Uses of Contents in org.projectnessie.model
Subclasses of Contents in org.projectnessie.model Modifier and Type Class Description classDeltaLakeTableclassHiveDatabaseclassHiveTableclassIcebergTableclassImmutableDeltaLakeTableImmutable implementation ofDeltaLakeTable.classImmutableHiveDatabaseImmutable implementation ofHiveDatabase.classImmutableHiveTableImmutable implementation ofHiveTable.classImmutableIcebergTableImmutable implementation ofIcebergTable.classImmutableSqlViewImmutable implementation ofSqlView.classSqlViewMethods in org.projectnessie.model that return Contents Modifier and Type Method Description ContentsImmutableContentsWithKey. getContents()ContentsImmutablePut. getContents()ContentsMultiGetContentsResponse.ContentsWithKey. getContents()ContentsOperation.Put. getContents()Methods in org.projectnessie.model with parameters of type Contents Modifier and Type Method Description ImmutableContentsWithKey.BuilderImmutableContentsWithKey.Builder. contents(Contents contents)Initializes the value for thecontentsattribute.ImmutablePut.BuilderImmutablePut.Builder. contents(Contents contents)Initializes the value for thecontentsattribute.ImmutableDeltaLakeTable.BuilderImmutableDeltaLakeTable.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.ImmutableHiveDatabase.BuilderImmutableHiveDatabase.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.ImmutableHiveTable.BuilderImmutableHiveTable.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.ImmutableIcebergTable.BuilderImmutableIcebergTable.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.ImmutableSqlView.BuilderImmutableSqlView.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.static MultiGetContentsResponse.ContentsWithKeyMultiGetContentsResponse.ContentsWithKey. of(ContentsKey key, Contents contents)static Operation.PutOperation.Put. of(ContentsKey key, Contents contents)ImmutableContentsWithKeyImmutableContentsWithKey. withContents(Contents value)Copy the current immutable object by setting a value for thecontentsattribute.ImmutablePutImmutablePut. withContents(Contents value)Copy the current immutable object by setting a value for thecontentsattribute.
-