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 boolean
equals(Object o)
Collection<ShareInfo>
getShares()
int
hashCode()
ListSharesResponse
setShares(Collection<ShareInfo> shares)
String
toString()
-
-
-
Method Detail
-
setShares
public ListSharesResponse setShares(Collection<ShareInfo> shares)
-
getShares
public Collection<ShareInfo> getShares()
-
-