@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GoogleChatDelegatedUserAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_FEATURES |
boolean |
unparsed |
| Constructor and Description |
|---|
GoogleChatDelegatedUserAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GoogleChatDelegatedUserAttributes |
addFeaturesItem(String featuresItem) |
GoogleChatDelegatedUserAttributes |
displayName(String displayName) |
GoogleChatDelegatedUserAttributes |
email(String email) |
boolean |
equals(Object o)
Return true if this GoogleChatDelegatedUserAttributes object is equal to o.
|
GoogleChatDelegatedUserAttributes |
features(List<String> features) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDisplayName()
The delegated user's display name.
|
String |
getEmail()
The delegated user's email address.
|
List<String> |
getFeatures()
The list of features enabled for the delegated user.
|
int |
hashCode() |
GoogleChatDelegatedUserAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setFeatures(List<String> features) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_FEATURES
public GoogleChatDelegatedUserAttributes displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public GoogleChatDelegatedUserAttributes email(String email)
@Nullable public String getEmail()
public void setEmail(String email)
public GoogleChatDelegatedUserAttributes features(List<String> features)
public GoogleChatDelegatedUserAttributes addFeaturesItem(String featuresItem)
@Nullable public List<String> getFeatures()
public GoogleChatDelegatedUserAttributes 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.