Class CurrentWorkspaceBindings
- java.lang.Object
-
- com.databricks.sdk.service.catalog.CurrentWorkspaceBindings
-
@Generated public class CurrentWorkspaceBindings extends Object
Currently assigned workspaces
-
-
Constructor Summary
Constructors Constructor Description CurrentWorkspaceBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<Long>getWorkspaces()inthashCode()CurrentWorkspaceBindingssetWorkspaces(Collection<Long> workspaces)StringtoString()
-
-
-
Method Detail
-
setWorkspaces
public CurrentWorkspaceBindings setWorkspaces(Collection<Long> workspaces)
-
getWorkspaces
public Collection<Long> getWorkspaces()
-
-