| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TeamType |
TeamType.TEAM |
| Modifier and Type | Method and Description |
|---|---|
static TeamType |
TeamType.fromValue(String value) |
TeamType |
AuthNMappingTeam.getType()
Team type
|
TeamType |
TeamCreate.getType()
Team type
|
TeamType |
RelationshipToTeamData.getType()
Team type
|
TeamType |
Team.getType()
Team type
|
TeamType |
TeamUpdate.getType()
Team type
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeamType.TeamTypeSerializer.serialize(TeamType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AuthNMappingTeam.setType(TeamType type) |
void |
TeamCreate.setType(TeamType type) |
void |
RelationshipToTeamData.setType(TeamType type) |
void |
Team.setType(TeamType type) |
void |
TeamUpdate.setType(TeamType type) |
AuthNMappingTeam |
AuthNMappingTeam.type(TeamType type) |
TeamCreate |
TeamCreate.type(TeamType type) |
RelationshipToTeamData |
RelationshipToTeamData.type(TeamType type) |
Team |
Team.type(TeamType type) |
TeamUpdate |
TeamUpdate.type(TeamType type) |
| Constructor and Description |
|---|
Team(TeamAttributes attributes,
String id,
TeamType type) |
TeamCreate(TeamCreateAttributes attributes,
TeamType type) |
TeamUpdate(TeamUpdateAttributes attributes,
TeamType type) |
| Constructor and Description |
|---|
TeamTypeSerializer(Class<TeamType> t) |
Copyright © 2024. All rights reserved.