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 boolean
equals(Object o)
Boolean
getDirectDownload()
ExportFormat
getFormat()
String
getPath()
int
hashCode()
ExportRequest
setDirectDownload(Boolean directDownload)
ExportRequest
setFormat(ExportFormat format)
ExportRequest
setPath(String path)
String
toString()
-
-
-
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()
-
-