Class ListScopesResponse
- java.lang.Object
-
- com.databricks.sdk.service.workspace.ListScopesResponse
-
@Generated public class ListScopesResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListScopesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<SecretScope>
getScopes()
int
hashCode()
ListScopesResponse
setScopes(Collection<SecretScope> scopes)
String
toString()
-
-
-
Method Detail
-
setScopes
public ListScopesResponse setScopes(Collection<SecretScope> scopes)
-
getScopes
public Collection<SecretScope> getScopes()
-
-