| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.attributes(UserAttributes attributes) |
User |
UserResponse.getData()
User object returned by the API.
|
User |
IncidentResponseIncludedItem.getUser()
Get the actual instance of `User`.
|
User |
IncidentIntegrationMetadataResponseIncludedItem.getUser()
Get the actual instance of `User`.
|
User |
APIKeyResponseIncludedItem.getUser()
Get the actual instance of `User`.
|
User |
IncidentServiceIncludedItems.getUser()
Get the actual instance of `User`.
|
User |
IncidentAttachmentsResponseIncludedItem.getUser()
Get the actual instance of `User`.
|
User |
ApplicationKeyResponseIncludedItem.getUser()
Get the actual instance of `User`.
|
User |
IncidentTeamIncludedItems.getUser()
Get the actual instance of `User`.
|
User |
User.id(String id) |
User |
User.relationships(UserResponseRelationships relationships) |
User |
User.type(UsersType type) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UsersResponse.getData()
Array of returned users.
|
| Modifier and Type | Method and Description |
|---|---|
UsersResponse |
UsersResponse.addDataItem(User dataItem) |
UserResponse |
UserResponse.data(User data) |
void |
UserResponse.setData(User data) |
| Modifier and Type | Method and Description |
|---|---|
UsersResponse |
UsersResponse.data(List<User> data) |
void |
UsersResponse.setData(List<User> data) |
| Constructor and Description |
|---|
APIKeyResponseIncludedItem(User o) |
ApplicationKeyResponseIncludedItem(User o) |
IncidentAttachmentsResponseIncludedItem(User o) |
IncidentIntegrationMetadataResponseIncludedItem(User o) |
IncidentResponseIncludedItem(User o) |
IncidentServiceIncludedItems(User o) |
IncidentTeamIncludedItems(User o) |
Copyright © 2023. All rights reserved.