| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static DashboardShareType |
DashboardShareType.INVITE |
static DashboardShareType |
DashboardShareType.OPEN |
| Modifier and Type | Method and Description |
|---|---|
static DashboardShareType |
DashboardShareType.fromValue(String value) |
DashboardShareType |
SharedDashboardUpdateRequest.getShareType()
Type of sharing access (either open to anyone who has the public URL or invite-only).
|
DashboardShareType |
SharedDashboard.getShareType()
Type of sharing access (either open to anyone who has the public URL or invite-only).
|
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<DashboardShareType> |
SharedDashboardUpdateRequest.getShareType_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<DashboardShareType> |
SharedDashboard.getShareType_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardShareType.DashboardShareTypeSerializer.serialize(DashboardShareType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SharedDashboardUpdateRequest.setShareType(DashboardShareType shareType) |
void |
SharedDashboard.setShareType(DashboardShareType shareType) |
SharedDashboardUpdateRequest |
SharedDashboardUpdateRequest.shareType(DashboardShareType shareType) |
SharedDashboard |
SharedDashboard.shareType(DashboardShareType shareType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedDashboardUpdateRequest.setShareType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DashboardShareType> shareType) |
void |
SharedDashboard.setShareType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DashboardShareType> shareType) |
| Constructor and Description |
|---|
DashboardShareTypeSerializer(Class<DashboardShareType> t) |
Copyright © 2024. All rights reserved.