| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookAuthor |
NotebookAuthor.createdAt(OffsetDateTime createdAt) |
NotebookAuthor |
NotebookAuthor.disabled(Boolean disabled) |
NotebookAuthor |
NotebookAuthor.email(String email) |
NotebookAuthor |
NotebookResponseDataAttributes.getAuthor()
Attributes of user object returned by the API.
|
NotebookAuthor |
NotebooksResponseDataAttributes.getAuthor()
Attributes of user object returned by the API.
|
NotebookAuthor |
NotebookAuthor.handle(String handle) |
NotebookAuthor |
NotebookAuthor.icon(String icon) |
NotebookAuthor |
NotebookAuthor.name(String name) |
NotebookAuthor |
NotebookAuthor.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
NotebookAuthor |
NotebookAuthor.status(String status) |
NotebookAuthor |
NotebookAuthor.title(String title) |
NotebookAuthor |
NotebookAuthor.verified(Boolean verified) |
| Modifier and Type | Method and Description |
|---|---|
NotebookResponseDataAttributes |
NotebookResponseDataAttributes.author(NotebookAuthor author) |
NotebooksResponseDataAttributes |
NotebooksResponseDataAttributes.author(NotebookAuthor author) |
void |
NotebookResponseDataAttributes.setAuthor(NotebookAuthor author) |
void |
NotebooksResponseDataAttributes.setAuthor(NotebookAuthor author) |
Copyright © 2024. All rights reserved.