Class ListProviderSharesResponse
- java.lang.Object
-
- com.databricks.sdk.service.sharing.ListProviderSharesResponse
-
@Generated public class ListProviderSharesResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListProviderSharesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<ProviderShare>getShares()inthashCode()ListProviderSharesResponsesetShares(Collection<ProviderShare> shares)StringtoString()
-
-
-
Method Detail
-
setShares
public ListProviderSharesResponse setShares(Collection<ProviderShare> shares)
-
getShares
public Collection<ProviderShare> getShares()
-
-