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 boolean
equals(Object o)
Long
getRepoId()
int
hashCode()
DeleteRepoRequest
setRepoId(Long repoId)
String
toString()
-
-
-
Method Detail
-
setRepoId
public DeleteRepoRequest setRepoId(Long repoId)
-
getRepoId
public Long getRepoId()
-
-