Class DeleteSecret
- java.lang.Object
-
- com.databricks.sdk.service.workspace.DeleteSecret
-
@Generated public class DeleteSecret extends Object
-
-
Constructor Summary
Constructors Constructor Description DeleteSecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetScope()inthashCode()DeleteSecretsetKey(String key)DeleteSecretsetScope(String scope)StringtoString()
-
-
-
Method Detail
-
setKey
public DeleteSecret setKey(String key)
-
getKey
public String getKey()
-
setScope
public DeleteSecret setScope(String scope)
-
getScope
public String getScope()
-
-