| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static UserTeamRole |
UserTeamRole.ADMIN |
| Modifier and Type | Method and Description |
|---|---|
static UserTeamRole |
UserTeamRole.fromValue(String value) |
UserTeamRole |
UserTeamAttributes.getRole()
The user's role within the team
|
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<UserTeamRole> |
UserTeamAttributes.getRole_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
UserTeamAttributes |
UserTeamAttributes.role(UserTeamRole role) |
void |
UserTeamRole.UserTeamRoleSerializer.serialize(UserTeamRole value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
UserTeamAttributes.setRole(UserTeamRole role) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTeamAttributes.setRole_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<UserTeamRole> role) |
| Constructor and Description |
|---|
UserTeamRoleSerializer(Class<UserTeamRole> t) |
Copyright © 2024. All rights reserved.