Class Import
- java.lang.Object
-
- com.databricks.sdk.service.workspace.Import
-
@Generated public class Import extends Object
-
-
Constructor Summary
Constructors Constructor Description Import()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContent()
ImportFormat
getFormat()
Language
getLanguage()
Boolean
getOverwrite()
String
getPath()
int
hashCode()
Import
setContent(String content)
Import
setFormat(ImportFormat format)
Import
setLanguage(Language language)
Import
setOverwrite(Boolean overwrite)
Import
setPath(String path)
String
toString()
-
-
-
Method Detail
-
getContent
public String getContent()
-
setFormat
public Import setFormat(ImportFormat format)
-
getFormat
public ImportFormat getFormat()
-
getLanguage
public Language getLanguage()
-
getOverwrite
public Boolean getOverwrite()
-
getPath
public String getPath()
-
-