| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookCellUpdateRequestAttributes |
NotebookCellUpdateRequestAttributes.NotebookCellUpdateRequestAttributesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
NotebookCellUpdateRequestAttributes |
NotebookCellUpdateRequest.getAttributes()
The attributes of a notebook cell in update cell request.
|
NotebookCellUpdateRequestAttributes |
NotebookCellUpdateRequestAttributes.NotebookCellUpdateRequestAttributesDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookCellUpdateRequest |
NotebookCellUpdateRequest.attributes(NotebookCellUpdateRequestAttributes attributes) |
void |
NotebookCellUpdateRequestAttributes.NotebookCellUpdateRequestAttributesSerializer.serialize(NotebookCellUpdateRequestAttributes value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotebookCellUpdateRequest.setAttributes(NotebookCellUpdateRequestAttributes attributes) |
| Constructor and Description |
|---|
NotebookCellUpdateRequest(NotebookCellUpdateRequestAttributes attributes,
String id,
NotebookCellResourceType type) |
| Constructor and Description |
|---|
NotebookCellUpdateRequestAttributesSerializer(Class<NotebookCellUpdateRequestAttributes> t) |
Copyright © 2024. All rights reserved.