| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TeamLinkType |
TeamLinkType.TEAM_LINKS |
| Modifier and Type | Method and Description |
|---|---|
static TeamLinkType |
TeamLinkType.fromValue(String value) |
TeamLinkType |
TeamLinkCreate.getType()
Team link type
|
TeamLinkType |
RelationshipToTeamLinkData.getType()
Team link type
|
TeamLinkType |
TeamLink.getType()
Team link type
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeamLinkType.TeamLinkTypeSerializer.serialize(TeamLinkType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TeamLinkCreate.setType(TeamLinkType type) |
void |
RelationshipToTeamLinkData.setType(TeamLinkType type) |
void |
TeamLink.setType(TeamLinkType type) |
TeamLinkCreate |
TeamLinkCreate.type(TeamLinkType type) |
RelationshipToTeamLinkData |
RelationshipToTeamLinkData.type(TeamLinkType type) |
TeamLink |
TeamLink.type(TeamLinkType type) |
| Constructor and Description |
|---|
RelationshipToTeamLinkData(String id,
TeamLinkType type) |
TeamLink(TeamLinkAttributes attributes,
String id,
TeamLinkType type) |
TeamLinkCreate(TeamLinkAttributes attributes,
TeamLinkType type) |
| Constructor and Description |
|---|
TeamLinkTypeSerializer(Class<TeamLinkType> t) |
Copyright © 2024. All rights reserved.