Class GetCredentialsResponse
- java.lang.Object
-
- com.databricks.sdk.service.workspace.GetCredentialsResponse
-
@Generated public class GetCredentialsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetCredentialsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<CredentialInfo>getCredentials()inthashCode()GetCredentialsResponsesetCredentials(Collection<CredentialInfo> credentials)StringtoString()
-
-
-
Method Detail
-
setCredentials
public GetCredentialsResponse setCredentials(Collection<CredentialInfo> credentials)
-
getCredentials
public Collection<CredentialInfo> getCredentials()
-
-