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