Class ListFunctionsResponse
- java.lang.Object
-
- com.databricks.sdk.service.catalog.ListFunctionsResponse
-
@Generated public class ListFunctionsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ListFunctionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<FunctionInfo>getSchemas()inthashCode()ListFunctionsResponsesetSchemas(Collection<FunctionInfo> schemas)StringtoString()
-
-
-
Method Detail
-
setSchemas
public ListFunctionsResponse setSchemas(Collection<FunctionInfo> schemas)
-
getSchemas
public Collection<FunctionInfo> getSchemas()
-
-