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 booleanequals(Object o)StringgetMetastoreId()LonggetWorkspaceId()inthashCode()UnassignRequestsetMetastoreId(String metastoreId)UnassignRequestsetWorkspaceId(Long workspaceId)StringtoString()
-
-
-
Method Detail
-
setMetastoreId
public UnassignRequest setMetastoreId(String metastoreId)
-
getMetastoreId
public String getMetastoreId()
-
setWorkspaceId
public UnassignRequest setWorkspaceId(Long workspaceId)
-
getWorkspaceId
public Long getWorkspaceId()
-
-