Uses of Class
com.databricks.sdk.service.sharing.CleanRoomAssetInfo
-
Packages that use CleanRoomAssetInfo Package Description com.databricks.sdk.service.sharing -
-
Uses of CleanRoomAssetInfo in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return CleanRoomAssetInfo Modifier and Type Method Description CleanRoomAssetInfoCleanRoomAssetInfo. setAddedAt(Long addedAt)CleanRoomAssetInfoCleanRoomAssetInfo. setNotebookInfo(CleanRoomNotebookInfo notebookInfo)CleanRoomAssetInfoCleanRoomAssetInfo. setOwner(CleanRoomCollaboratorInfo owner)CleanRoomAssetInfoCleanRoomAssetInfo. setTableInfo(CleanRoomTableInfo tableInfo)CleanRoomAssetInfoCleanRoomAssetInfo. setUpdatedAt(Long updatedAt)Methods in com.databricks.sdk.service.sharing that return types with arguments of type CleanRoomAssetInfo Modifier and Type Method Description Collection<CleanRoomAssetInfo>CentralCleanRoomInfo. getCleanRoomAssets()Method parameters in com.databricks.sdk.service.sharing with type arguments of type CleanRoomAssetInfo Modifier and Type Method Description CentralCleanRoomInfoCentralCleanRoomInfo. setCleanRoomAssets(Collection<CleanRoomAssetInfo> cleanRoomAssets)
-