| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CaseType |
CaseType.STANDARD |
| Modifier and Type | Method and Description |
|---|---|
static CaseType |
CaseType.fromValue(String value) |
CaseType |
CaseCreateAttributes.getType()
Case type
|
CaseType |
CaseAttributes.getType()
Case type
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaseType.CaseTypeSerializer.serialize(CaseType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CaseCreateAttributes.setType(CaseType type) |
void |
CaseAttributes.setType(CaseType type) |
CaseCreateAttributes |
CaseCreateAttributes.type(CaseType type) |
CaseAttributes |
CaseAttributes.type(CaseType type) |
| Constructor and Description |
|---|
CaseCreateAttributes(String title,
CaseType type) |
| Constructor and Description |
|---|
CaseTypeSerializer(Class<CaseType> t) |
Copyright © 2024. All rights reserved.