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 boolean
equals(Object o)
Long
getCredentialId()
int
hashCode()
GetGitCredentialRequest
setCredentialId(Long credentialId)
String
toString()
-
-
-
Method Detail
-
setCredentialId
public GetGitCredentialRequest setCredentialId(Long credentialId)
-
getCredentialId
public Long getCredentialId()
-
-