| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static UserTeamType |
UserTeamType.TEAM_MEMBERSHIPS |
| Modifier and Type | Method and Description |
|---|---|
static UserTeamType |
UserTeamType.fromValue(String value) |
UserTeamType |
UserTeam.getType()
Team membership type
|
UserTeamType |
UserTeamUpdate.getType()
Team membership type
|
UserTeamType |
UserTeamCreate.getType()
Team membership type
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserTeamType.UserTeamTypeSerializer.serialize(UserTeamType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
UserTeam.setType(UserTeamType type) |
void |
UserTeamUpdate.setType(UserTeamType type) |
void |
UserTeamCreate.setType(UserTeamType type) |
UserTeam |
UserTeam.type(UserTeamType type) |
UserTeamUpdate |
UserTeamUpdate.type(UserTeamType type) |
UserTeamCreate |
UserTeamCreate.type(UserTeamType type) |
| Constructor and Description |
|---|
UserTeam(String id,
UserTeamType type) |
UserTeamCreate(UserTeamType type) |
UserTeamUpdate(UserTeamType type) |
| Constructor and Description |
|---|
UserTeamTypeSerializer(Class<UserTeamType> t) |
Copyright © 2024. All rights reserved.