@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCESS_ROLE |
static String |
JSON_PROPERTY_DISABLED |
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_HANDLE |
static String |
JSON_PROPERTY_ICON |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VERIFIED |
boolean |
unparsed |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
User |
accessRole(AccessRole accessRole) |
User |
disabled(Boolean disabled) |
User |
email(String email) |
boolean |
equals(Object o)
Return true if this User object is equal to o.
|
org.openapitools.jackson.nullable.JsonNullable<AccessRole> |
getAccessRole_JsonNullable() |
AccessRole |
getAccessRole()
The access role of the user.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getDisabled()
The new disabled status of the user.
|
String |
getEmail()
The new email of the user.
|
String |
getHandle()
The user handle, must be a valid email.
|
String |
getIcon()
Gravatar icon associated to the user.
|
String |
getName()
The name of the user.
|
Boolean |
getVerified()
Whether or not the user logged in Datadog at least once.
|
User |
handle(String handle) |
int |
hashCode() |
User |
name(String name) |
User |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccessRole_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AccessRole> accessRole) |
void |
setAccessRole(AccessRole accessRole) |
void |
setDisabled(Boolean disabled) |
void |
setEmail(String email) |
void |
setHandle(String handle) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCESS_ROLE
public static final String JSON_PROPERTY_DISABLED
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_HANDLE
public static final String JSON_PROPERTY_ICON
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VERIFIED
public User accessRole(AccessRole accessRole)
@Nullable public AccessRole getAccessRole()
public org.openapitools.jackson.nullable.JsonNullable<AccessRole> getAccessRole_JsonNullable()
public void setAccessRole_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<AccessRole> accessRole)
public void setAccessRole(AccessRole accessRole)
@Nullable public Boolean getDisabled()
public void setDisabled(Boolean disabled)
@Nullable public String getEmail()
public void setEmail(String email)
@Nullable public String getHandle()
public void setHandle(String handle)
@Nullable public String getIcon()
@Nullable public String getName()
public void setName(String name)
@Nullable public Boolean getVerified()
public User 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 © 2024. All rights reserved.