public static class NotebooksApi.ListNotebooksOptionalParameters extends Object
| Constructor and Description |
|---|
ListNotebooksOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
NotebooksApi.ListNotebooksOptionalParameters |
authorHandle(String authorHandle)
Set authorHandle.
|
NotebooksApi.ListNotebooksOptionalParameters |
count(Long count)
Set count.
|
NotebooksApi.ListNotebooksOptionalParameters |
excludeAuthorHandle(String excludeAuthorHandle)
Set excludeAuthorHandle.
|
NotebooksApi.ListNotebooksOptionalParameters |
includeCells(Boolean includeCells)
Set includeCells.
|
NotebooksApi.ListNotebooksOptionalParameters |
isTemplate(Boolean isTemplate)
Set isTemplate.
|
NotebooksApi.ListNotebooksOptionalParameters |
query(String query)
Set query.
|
NotebooksApi.ListNotebooksOptionalParameters |
sortDir(String sortDir)
Set sortDir.
|
NotebooksApi.ListNotebooksOptionalParameters |
sortField(String sortField)
Set sortField.
|
NotebooksApi.ListNotebooksOptionalParameters |
start(Long start)
Set start.
|
NotebooksApi.ListNotebooksOptionalParameters |
type(String type)
Set type.
|
public NotebooksApi.ListNotebooksOptionalParameters authorHandle(String authorHandle)
authorHandle - Return notebooks created by the given author_handle.
(optional)public NotebooksApi.ListNotebooksOptionalParameters excludeAuthorHandle(String excludeAuthorHandle)
excludeAuthorHandle - Return notebooks not created by the given author_handle
. (optional)public NotebooksApi.ListNotebooksOptionalParameters start(Long start)
start - The index of the first notebook you want returned. (optional)public NotebooksApi.ListNotebooksOptionalParameters count(Long count)
count - The number of notebooks to be returned. (optional, default to 100)public NotebooksApi.ListNotebooksOptionalParameters sortField(String sortField)
sortField - Sort by field modified, name, or created
. (optional, default to "modified")public NotebooksApi.ListNotebooksOptionalParameters sortDir(String sortDir)
sortDir - Sort by direction asc or desc. (optional, default to
"desc")public NotebooksApi.ListNotebooksOptionalParameters query(String query)
query - Return only notebooks with query string in notebook name or author
handle. (optional)public NotebooksApi.ListNotebooksOptionalParameters includeCells(Boolean includeCells)
includeCells - Value of false excludes the cells and global
time for each notebook. (optional, default to true)public NotebooksApi.ListNotebooksOptionalParameters isTemplate(Boolean isTemplate)
isTemplate - True value returns only template notebooks. Default is false (returns only
non-template notebooks). (optional, default to false)public NotebooksApi.ListNotebooksOptionalParameters type(String type)
type - If type is provided, returns only notebooks with that metadata type. Default does
not have type filtering. (optional)Copyright © 2024. All rights reserved.