| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TeamLinksResponse |
TeamsApi.getTeamLinks(String teamId)
Get links for a team.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TeamLinksResponse> |
TeamsApi.getTeamLinksAsync(String teamId)
Get links for a team.
|
ApiResponse<TeamLinksResponse> |
TeamsApi.getTeamLinksWithHttpInfo(String teamId)
Get all links for a given team.
|
CompletableFuture<ApiResponse<TeamLinksResponse>> |
TeamsApi.getTeamLinksWithHttpInfoAsync(String teamId)
Get links for a team.
|
| Modifier and Type | Method and Description |
|---|---|
TeamLinksResponse |
TeamLinksResponse.addDataItem(TeamLink dataItem) |
TeamLinksResponse |
TeamLinksResponse.data(List<TeamLink> data) |
TeamLinksResponse |
TeamLinksResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.