Class DeleteRepoRequest
- java.lang.Object
-
- com.databricks.sdk.service.workspace.DeleteRepoRequest
-
@Generated public class DeleteRepoRequest extends Object
Delete a repo
-
-
Constructor Summary
Constructors Constructor Description DeleteRepoRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetRepoId()inthashCode()DeleteRepoRequestsetRepoId(Long repoId)StringtoString()
-
-
-
Method Detail
-
setRepoId
public DeleteRepoRequest setRepoId(Long repoId)
-
getRepoId
public Long getRepoId()
-
-