@Generated public class UpdateRepoRequest extends Object
| Constructor and Description |
|---|
UpdateRepoRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBranch() |
Boolean |
getDangerouslyForceDiscardAll() |
Long |
getGitCredentialId() |
Long |
getRepoId() |
SparseCheckoutUpdate |
getSparseCheckout() |
String |
getTag() |
int |
hashCode() |
UpdateRepoRequest |
setBranch(String branch) |
UpdateRepoRequest |
setDangerouslyForceDiscardAll(Boolean dangerouslyForceDiscardAll) |
UpdateRepoRequest |
setGitCredentialId(Long gitCredentialId) |
UpdateRepoRequest |
setRepoId(Long repoId) |
UpdateRepoRequest |
setSparseCheckout(SparseCheckoutUpdate sparseCheckout) |
UpdateRepoRequest |
setTag(String tag) |
String |
toString() |
public UpdateRepoRequest setBranch(String branch)
public String getBranch()
public UpdateRepoRequest setDangerouslyForceDiscardAll(Boolean dangerouslyForceDiscardAll)
public Boolean getDangerouslyForceDiscardAll()
public UpdateRepoRequest setGitCredentialId(Long gitCredentialId)
public Long getGitCredentialId()
public UpdateRepoRequest setRepoId(Long repoId)
public Long getRepoId()
public UpdateRepoRequest setSparseCheckout(SparseCheckoutUpdate sparseCheckout)
public SparseCheckoutUpdate getSparseCheckout()
public UpdateRepoRequest setTag(String tag)
public String getTag()
Copyright © 2026. All rights reserved.