| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static NotebookCellResourceType |
NotebookCellResourceType.NOTEBOOK_CELLS |
| Modifier and Type | Method and Description |
|---|---|
static NotebookCellResourceType |
NotebookCellResourceType.fromValue(String value) |
NotebookCellResourceType |
NotebookCellCreateRequest.getType()
Type of the Notebook Cell resource.
|
NotebookCellResourceType |
NotebookCellResponse.getType()
Type of the Notebook Cell resource.
|
NotebookCellResourceType |
NotebookCellUpdateRequest.getType()
Type of the Notebook Cell resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotebookCellResourceType.NotebookCellResourceTypeSerializer.serialize(NotebookCellResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotebookCellCreateRequest.setType(NotebookCellResourceType type) |
void |
NotebookCellResponse.setType(NotebookCellResourceType type) |
void |
NotebookCellUpdateRequest.setType(NotebookCellResourceType type) |
NotebookCellCreateRequest |
NotebookCellCreateRequest.type(NotebookCellResourceType type) |
NotebookCellResponse |
NotebookCellResponse.type(NotebookCellResourceType type) |
NotebookCellUpdateRequest |
NotebookCellUpdateRequest.type(NotebookCellResourceType type) |
| Constructor and Description |
|---|
NotebookCellCreateRequest(NotebookCellCreateRequestAttributes attributes,
NotebookCellResourceType type) |
NotebookCellResponse(NotebookCellResponseAttributes attributes,
String id,
NotebookCellResourceType type) |
NotebookCellUpdateRequest(NotebookCellUpdateRequestAttributes attributes,
String id,
NotebookCellResourceType type) |
| Constructor and Description |
|---|
NotebookCellResourceTypeSerializer(Class<NotebookCellResourceType> t) |
Copyright © 2024. All rights reserved.