Class UnassignRequest
- java.lang.Object
-
- com.databricks.sdk.service.catalog.UnassignRequest
-
@Generated public class UnassignRequest extends Object
Delete an assignment
-
-
Constructor Summary
Constructors Constructor Description UnassignRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getMetastoreId()
Long
getWorkspaceId()
int
hashCode()
UnassignRequest
setMetastoreId(String metastoreId)
UnassignRequest
setWorkspaceId(Long workspaceId)
String
toString()
-
-
-
Method Detail
-
setMetastoreId
public UnassignRequest setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setWorkspaceId
public UnassignRequest setWorkspaceId(Long workspaceId)
-
getWorkspaceId
public Long getWorkspaceId()
-
-