| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IssueUserType |
IssueUserType.USER |
| Modifier and Type | Method and Description |
|---|---|
static IssueUserType |
IssueUserType.fromValue(String value) |
IssueUserType |
IssueUserReference.getType()
Type of the object
|
IssueUserType |
IssueUser.getType()
Type of the object
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueUserType.IssueUserTypeSerializer.serialize(IssueUserType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IssueUserReference.setType(IssueUserType type) |
void |
IssueUser.setType(IssueUserType type) |
IssueUserReference |
IssueUserReference.type(IssueUserType type) |
IssueUser |
IssueUser.type(IssueUserType type) |
| Constructor and Description |
|---|
IssueUser(IssueUserAttributes attributes,
String id,
IssueUserType type) |
IssueUserReference(String id,
IssueUserType type) |
| Constructor and Description |
|---|
IssueUserTypeSerializer(Class<IssueUserType> t) |
Copyright © 2026. All rights reserved.