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