| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<Team> |
TeamsApi.listTeamsWithPagination()
Get all teams.
|
PaginationIterable<Team> |
TeamsApi.listTeamsWithPagination(TeamsApi.ListTeamsOptionalParameters parameters)
Get all teams.
|
| Modifier and Type | Method and Description |
|---|---|
Team |
Team.attributes(TeamAttributes attributes) |
Team |
TeamResponse.getData()
A team
|
Team |
UserTeamIncluded.getTeam()
Get the actual instance of `Team`.
|
Team |
Team.id(String id) |
Team |
Team.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Team |
Team.relationships(TeamRelationships relationships) |
Team |
Team.type(TeamType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Team> |
TeamsResponse.getData()
Teams response data
|
| Modifier and Type | Method and Description |
|---|---|
TeamsResponse |
TeamsResponse.addDataItem(Team dataItem) |
TeamResponse |
TeamResponse.data(Team data) |
void |
TeamResponse.setData(Team data) |
| Modifier and Type | Method and Description |
|---|---|
TeamsResponse |
TeamsResponse.data(List<Team> data) |
void |
TeamsResponse.setData(List<Team> data) |
| Constructor and Description |
|---|
UserTeamIncluded(Team o) |
Copyright © 2024. All rights reserved.