| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UserAttributes |
UserAttributes.createdAt(OffsetDateTime createdAt) |
UserAttributes |
UserAttributes.disabled(Boolean disabled) |
UserAttributes |
UserAttributes.email(String email) |
UserAttributes |
User.getAttributes()
Attributes of user object returned by the API.
|
UserAttributes |
UserAttributes.handle(String handle) |
UserAttributes |
UserAttributes.icon(String icon) |
UserAttributes |
UserAttributes.modifiedAt(OffsetDateTime modifiedAt) |
UserAttributes |
UserAttributes.name(String name) |
UserAttributes |
UserAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UserAttributes |
UserAttributes.serviceAccount(Boolean serviceAccount) |
UserAttributes |
UserAttributes.status(String status) |
UserAttributes |
UserAttributes.title(String title) |
UserAttributes |
UserAttributes.verified(Boolean verified) |
| Modifier and Type | Method and Description |
|---|---|
User |
User.attributes(UserAttributes attributes) |
void |
User.setAttributes(UserAttributes attributes) |
Copyright © 2024. All rights reserved.