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 booleanequals(Object o)LonggetNotebooksModifiedAfter()StringgetPath()inthashCode()ListWorkspaceRequestsetNotebooksModifiedAfter(Long notebooksModifiedAfter)ListWorkspaceRequestsetPath(String path)StringtoString()
-
-
-
Method Detail
-
setNotebooksModifiedAfter
public ListWorkspaceRequest setNotebooksModifiedAfter(Long notebooksModifiedAfter)
-
getNotebooksModifiedAfter
public Long getNotebooksModifiedAfter()
-
setPath
public ListWorkspaceRequest setPath(String path)
-
getPath
public String getPath()
-
-