Class CleanRoomCatalog
- java.lang.Object
-
- com.databricks.sdk.service.sharing.CleanRoomCatalog
-
@Generated public class CleanRoomCatalog extends Object
-
-
Constructor Summary
Constructors Constructor Description CleanRoomCatalog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCatalogName()Collection<SharedDataObject>getNotebookFiles()Collection<SharedDataObject>getTables()inthashCode()CleanRoomCatalogsetCatalogName(String catalogName)CleanRoomCatalogsetNotebookFiles(Collection<SharedDataObject> notebookFiles)CleanRoomCatalogsetTables(Collection<SharedDataObject> tables)StringtoString()
-
-
-
Method Detail
-
setCatalogName
public CleanRoomCatalog setCatalogName(String catalogName)
-
getCatalogName
public String getCatalogName()
-
setNotebookFiles
public CleanRoomCatalog setNotebookFiles(Collection<SharedDataObject> notebookFiles)
-
getNotebookFiles
public Collection<SharedDataObject> getNotebookFiles()
-
setTables
public CleanRoomCatalog setTables(Collection<SharedDataObject> tables)
-
getTables
public Collection<SharedDataObject> getTables()
-
-