| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CaseStatus |
CaseStatus.CLOSED |
static CaseStatus |
CaseStatus.IN_PROGRESS |
static CaseStatus |
CaseStatus.OPEN |
| Modifier and Type | Method and Description |
|---|---|
static CaseStatus |
CaseStatus.fromValue(String value) |
CaseStatus |
CaseUpdateStatusAttributes.getStatus()
Case status
|
CaseStatus |
CaseAttributes.getStatus()
Case status
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaseStatus.CaseStatusSerializer.serialize(CaseStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CaseUpdateStatusAttributes.setStatus(CaseStatus status) |
void |
CaseAttributes.setStatus(CaseStatus status) |
CaseUpdateStatusAttributes |
CaseUpdateStatusAttributes.status(CaseStatus status) |
CaseAttributes |
CaseAttributes.status(CaseStatus status) |
| Constructor and Description |
|---|
CaseUpdateStatusAttributes(CaseStatus status) |
| Constructor and Description |
|---|
CaseStatusSerializer(Class<CaseStatus> t) |
Copyright © 2024. All rights reserved.