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 boolean
equals(Object o)
Collection<FunctionInfo>
getSchemas()
int
hashCode()
ListFunctionsResponse
setSchemas(Collection<FunctionInfo> schemas)
String
toString()
-
-
-
Method Detail
-
setSchemas
public ListFunctionsResponse setSchemas(Collection<FunctionInfo> schemas)
-
getSchemas
public Collection<FunctionInfo> getSchemas()
-
-