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)BooleangetDirectDownload()ExportFormatgetFormat()StringgetPath()inthashCode()ExportRequestsetDirectDownload(Boolean directDownload)ExportRequestsetFormat(ExportFormat format)ExportRequestsetPath(String path)StringtoString()
-
-
-
Method Detail
-
setDirectDownload
public ExportRequest setDirectDownload(Boolean directDownload)
-
getDirectDownload
public Boolean getDirectDownload()
-
setFormat
public ExportRequest setFormat(ExportFormat format)
-
getFormat
public ExportFormat getFormat()
-
setPath
public ExportRequest setPath(String path)
-
getPath
public String getPath()
-
-