| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<UserTeam> |
TeamsApi.getTeamMembershipsWithPagination(String teamId)
Get team memberships.
|
PaginationIterable<UserTeam> |
TeamsApi.getTeamMembershipsWithPagination(String teamId,
TeamsApi.GetTeamMembershipsOptionalParameters parameters)
Get team memberships.
|
| Modifier and Type | Method and Description |
|---|---|
UserTeam |
UserTeam.attributes(UserTeamAttributes attributes) |
UserTeam |
UserTeamResponse.getData()
A user's relationship with a team
|
UserTeam |
UserTeam.id(String id) |
UserTeam |
UserTeam.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UserTeam |
UserTeam.relationships(UserTeamRelationships relationships) |
UserTeam |
UserTeam.type(UserTeamType type) |
| Modifier and Type | Method and Description |
|---|---|
List<UserTeam> |
UserTeamsResponse.getData()
Team memberships response data
|
| Modifier and Type | Method and Description |
|---|---|
UserTeamsResponse |
UserTeamsResponse.addDataItem(UserTeam dataItem) |
UserTeamResponse |
UserTeamResponse.data(UserTeam data) |
void |
UserTeamResponse.setData(UserTeam data) |
| Modifier and Type | Method and Description |
|---|---|
UserTeamsResponse |
UserTeamsResponse.data(List<UserTeam> data) |
void |
UserTeamsResponse.setData(List<UserTeam> data) |
Copyright © 2024. All rights reserved.