@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamReferenceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVATAR |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_HANDLE |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamReferenceAttributes() |
| Modifier and Type | Method and Description |
|---|---|
TeamReferenceAttributes |
avatar(String avatar) |
TeamReferenceAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this TeamReferenceAttributes 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.
|
String |
getAvatar()
URL or reference for the team's avatar (if available).
|
String |
getDescription()
A short text describing the team.
|
String |
getHandle()
A unique handle/slug for the team.
|
String |
getName()
The full, human-readable name of the team.
|
TeamReferenceAttributes |
handle(String handle) |
int |
hashCode() |
TeamReferenceAttributes |
name(String name) |
TeamReferenceAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvatar(String avatar) |
void |
setDescription(String description) |
void |
setHandle(String handle) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AVATAR
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_HANDLE
public static final String JSON_PROPERTY_NAME
public TeamReferenceAttributes avatar(String avatar)
@Nullable public String getAvatar()
public void setAvatar(String avatar)
public TeamReferenceAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public TeamReferenceAttributes handle(String handle)
@Nullable public String getHandle()
public void setHandle(String handle)
public TeamReferenceAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public TeamReferenceAttributes 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.