| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<NotebooksResponseData> |
NotebooksApi.listNotebooksWithPagination()
Get all notebooks.
|
PaginationIterable<NotebooksResponseData> |
NotebooksApi.listNotebooksWithPagination(NotebooksApi.ListNotebooksOptionalParameters parameters)
Get all notebooks.
|
| Modifier and Type | Method and Description |
|---|---|
NotebooksResponseData |
NotebooksResponseData.attributes(NotebooksResponseDataAttributes attributes) |
NotebooksResponseData |
NotebooksResponseData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
NotebooksResponseData |
NotebooksResponseData.type(NotebookResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
List<NotebooksResponseData> |
NotebooksResponse.getData()
List of notebook definitions.
|
| Modifier and Type | Method and Description |
|---|---|
NotebooksResponse |
NotebooksResponse.addDataItem(NotebooksResponseData dataItem) |
| Modifier and Type | Method and Description |
|---|---|
NotebooksResponse |
NotebooksResponse.data(List<NotebooksResponseData> data) |
void |
NotebooksResponse.setData(List<NotebooksResponseData> data) |
Copyright © 2024. All rights reserved.