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