Class UpdateRepo
- java.lang.Object
-
- com.databricks.sdk.service.workspace.UpdateRepo
-
@Generated public class UpdateRepo extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateRepo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getBranch()
Long
getRepoId()
SparseCheckoutUpdate
getSparseCheckout()
String
getTag()
int
hashCode()
UpdateRepo
setBranch(String branch)
UpdateRepo
setRepoId(Long repoId)
UpdateRepo
setSparseCheckout(SparseCheckoutUpdate sparseCheckout)
UpdateRepo
setTag(String tag)
String
toString()
-
-
-
Method Detail
-
setBranch
public UpdateRepo setBranch(String branch)
-
getBranch
public String getBranch()
-
setRepoId
public UpdateRepo setRepoId(Long repoId)
-
getRepoId
public Long getRepoId()
-
setSparseCheckout
public UpdateRepo setSparseCheckout(SparseCheckoutUpdate sparseCheckout)
-
getSparseCheckout
public SparseCheckoutUpdate getSparseCheckout()
-
setTag
public UpdateRepo setTag(String tag)
-
getTag
public String getTag()
-
-