Class ListWorkspaceRequest
- java.lang.Object
-
- com.databricks.sdk.service.workspace.ListWorkspaceRequest
-
@Generated public class ListWorkspaceRequest extends Object
List contents
-
-
Constructor Summary
Constructors Constructor Description ListWorkspaceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getNotebooksModifiedAfter()
String
getPath()
int
hashCode()
ListWorkspaceRequest
setNotebooksModifiedAfter(Long notebooksModifiedAfter)
ListWorkspaceRequest
setPath(String path)
String
toString()
-
-
-
Method Detail
-
setNotebooksModifiedAfter
public ListWorkspaceRequest setNotebooksModifiedAfter(Long notebooksModifiedAfter)
-
getNotebooksModifiedAfter
public Long getNotebooksModifiedAfter()
-
setPath
public ListWorkspaceRequest setPath(String path)
-
getPath
public String getPath()
-
-