Class DeleteGitCredentialRequest
- java.lang.Object
-
- com.databricks.sdk.service.workspace.DeleteGitCredentialRequest
-
@Generated public class DeleteGitCredentialRequest extends Object
Delete a credential
-
-
Constructor Summary
Constructors Constructor Description DeleteGitCredentialRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetCredentialId()inthashCode()DeleteGitCredentialRequestsetCredentialId(Long credentialId)StringtoString()
-
-
-
Method Detail
-
setCredentialId
public DeleteGitCredentialRequest setCredentialId(Long credentialId)
-
getCredentialId
public Long getCredentialId()
-
-