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