| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IssueType |
IssueType.ISSUE |
| Modifier and Type | Method and Description |
|---|---|
static IssueType |
IssueType.fromValue(String value) |
IssueType |
IssueReference.getType()
Type of the object.
|
IssueType |
Issue.getType()
Type of the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueType.IssueTypeSerializer.serialize(IssueType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IssueReference.setType(IssueType type) |
void |
Issue.setType(IssueType type) |
IssueReference |
IssueReference.type(IssueType type) |
Issue |
Issue.type(IssueType type) |
| Constructor and Description |
|---|
Issue(IssueAttributes attributes,
String id,
IssueType type) |
IssueReference(String id,
IssueType type) |
| Constructor and Description |
|---|
IssueTypeSerializer(Class<IssueType> t) |
Copyright © 2025. All rights reserved.