| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TeamLinkResponse |
TeamsApi.createTeamLink(String teamId,
TeamLinkCreateRequest body)
Create a team link.
|
TeamLinkResponse |
TeamsApi.getTeamLink(String teamId,
String linkId)
Get a team link.
|
TeamLinkResponse |
TeamsApi.updateTeamLink(String teamId,
String linkId,
TeamLinkCreateRequest body)
Update a team link.
|
| Modifier and Type | Method and Description |
|---|---|
TeamLinkResponse |
TeamLinkResponse.data(TeamLink data) |
TeamLinkResponse |
TeamLinkResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.