@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISABLED |
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
UserUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UserUpdateAttributes |
disabled(Boolean disabled) |
UserUpdateAttributes |
email(String email) |
boolean |
equals(Object o)
Return true if this UserUpdateAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getDisabled()
When set to
true, the user is deactivated and can no longer log in. |
String |
getEmail()
The email address of the user, used for login and notifications.
|
String |
getName()
The full display name of the user as shown in the Datadog UI.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getTitle_JsonNullable() |
String |
getTitle()
The job title of the user (for example, "Senior Engineer" or "Product Manager").
|
int |
hashCode() |
UserUpdateAttributes |
name(String name) |
UserUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDisabled(Boolean disabled) |
void |
setEmail(String email) |
void |
setName(String name) |
void |
setTitle_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> title) |
void |
setTitle(String title) |
UserUpdateAttributes |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DISABLED
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TITLE
public UserUpdateAttributes disabled(Boolean disabled)
@Nullable public Boolean getDisabled()
true, the user is deactivated and can no longer log in. When
false, the user is active.public void setDisabled(Boolean disabled)
public UserUpdateAttributes email(String email)
@Nullable public String getEmail()
public void setEmail(String email)
public UserUpdateAttributes name(String name)
@Nullable public String getName()
< or >.public void setName(String name)
public UserUpdateAttributes title(String title)
@Nullable public String getTitle()
public org.openapitools.jackson.nullable.JsonNullable<String> getTitle_JsonNullable()
public void setTitle_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> title)
public void setTitle(String title)
public UserUpdateAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.