Package com.databricks.sdk.service.files
Class ListDbfsRequest
- java.lang.Object
-
- com.databricks.sdk.service.files.ListDbfsRequest
-
@Generated public class ListDbfsRequest extends Object
List directory contents or file details
-
-
Constructor Summary
Constructors Constructor Description ListDbfsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getPath()
int
hashCode()
ListDbfsRequest
setPath(String path)
String
toString()
-
-
-
Method Detail
-
setPath
public ListDbfsRequest setPath(String path)
-
getPath
public String getPath()
-
-