Class ExportRequest
- java.lang.Object
-
- com.databricks.sdk.service.workspace.ExportRequest
-
@Generated public class ExportRequest extends Object
Export a workspace object
-
-
Constructor Summary
Constructors Constructor Description ExportRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExportFormatgetFormat()StringgetPath()inthashCode()ExportRequestsetFormat(ExportFormat format)ExportRequestsetPath(String path)StringtoString()
-
-
-
Method Detail
-
setFormat
public ExportRequest setFormat(ExportFormat format)
-
getFormat
public ExportFormat getFormat()
-
setPath
public ExportRequest setPath(String path)
-
getPath
public String getPath()
-
-