Uses of Class
org.projectnessie.model.IcebergView
-
Packages that use IcebergView Package Description org.projectnessie.model -
-
Uses of IcebergView in org.projectnessie.model
Subclasses of IcebergView in org.projectnessie.model Modifier and Type Class Description classImmutableIcebergViewImmutable implementation ofIcebergView.Methods in org.projectnessie.model that return IcebergView Modifier and Type Method Description static IcebergViewIcebergView. of(String metadataLocation, int versionId, int schemaId, String dialect, String sqlText)static IcebergViewIcebergView. of(String id, String metadataLocation, int versionId, int schemaId, String dialect, String sqlText)Methods in org.projectnessie.model with parameters of type IcebergView Modifier and Type Method Description static ImmutableIcebergViewImmutableIcebergView. copyOf(IcebergView instance)Creates an immutable copy of aIcebergViewvalue.ImmutableIcebergView.BuilderImmutableIcebergView.Builder. from(IcebergView instance)Fill a builder with attribute values from the providedorg.projectnessie.model.IcebergViewinstance.
-