@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamConnection extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamConnection() |
TeamConnection(String id,
TeamConnectionType type) |
| Modifier and Type | Method and Description |
|---|---|
TeamConnection |
attributes(TeamConnectionAttributes attributes) |
boolean |
equals(Object o)
Return true if this TeamConnection 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.
|
TeamConnectionAttributes |
getAttributes()
Attributes of the team connection.
|
String |
getId()
The unique identifier of the team connection.
|
TeamConnectionRelationships |
getRelationships()
Relationships of the team connection.
|
TeamConnectionType |
getType()
Team connection resource type.
|
int |
hashCode() |
TeamConnection |
id(String id) |
TeamConnection |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TeamConnection |
relationships(TeamConnectionRelationships relationships) |
void |
setAttributes(TeamConnectionAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(TeamConnectionRelationships relationships) |
void |
setType(TeamConnectionType type) |
String |
toString() |
TeamConnection |
type(TeamConnectionType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public TeamConnection()
public TeamConnection(String id, TeamConnectionType type)
public TeamConnection attributes(TeamConnectionAttributes attributes)
@Nullable public TeamConnectionAttributes getAttributes()
public void setAttributes(TeamConnectionAttributes attributes)
public TeamConnection id(String id)
public String getId()
public void setId(String id)
public TeamConnection relationships(TeamConnectionRelationships relationships)
@Nullable public TeamConnectionRelationships getRelationships()
public void setRelationships(TeamConnectionRelationships relationships)
public TeamConnection type(TeamConnectionType type)
public TeamConnectionType getType()
public void setType(TeamConnectionType type)
public TeamConnection 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.