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