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 boolean
equals(Object o)
Collection<CredentialInfo>
getCredentials()
int
hashCode()
GetCredentialsResponse
setCredentials(Collection<CredentialInfo> credentials)
String
toString()
-
-
-
Method Detail
-
setCredentials
public GetCredentialsResponse setCredentials(Collection<CredentialInfo> credentials)
-
getCredentials
public Collection<CredentialInfo> getCredentials()
-
-