| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UserTeamResponse |
TeamsApi.createTeamMembership(String teamId,
UserTeamRequest body)
Add a user to a team.
|
UserTeamResponse |
TeamsApi.updateTeamMembership(String teamId,
String userId,
UserTeamUpdateRequest body)
Update a user's membership attributes on a team.
|
| Modifier and Type | Method and Description |
|---|---|
UserTeamResponse |
UserTeamResponse.addIncludedItem(UserTeamIncluded includedItem) |
UserTeamResponse |
UserTeamResponse.data(UserTeam data) |
UserTeamResponse |
UserTeamResponse.included(List<UserTeamIncluded> included) |
UserTeamResponse |
UserTeamResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.