@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamUpdate() |
TeamUpdate(TeamUpdateAttributes attributes,
TeamType type) |
| Modifier and Type | Method and Description |
|---|---|
TeamUpdate |
attributes(TeamUpdateAttributes attributes) |
boolean |
equals(Object o)
Return true if this TeamUpdate 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.
|
TeamUpdateAttributes |
getAttributes()
Team update attributes
|
TeamUpdateRelationships |
getRelationships()
Team update relationships
|
TeamType |
getType()
Team type
|
int |
hashCode() |
TeamUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TeamUpdate |
relationships(TeamUpdateRelationships relationships) |
void |
setAttributes(TeamUpdateAttributes attributes) |
void |
setRelationships(TeamUpdateRelationships relationships) |
void |
setType(TeamType type) |
String |
toString() |
TeamUpdate |
type(TeamType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public TeamUpdate()
public TeamUpdate(TeamUpdateAttributes attributes, TeamType type)
public TeamUpdate attributes(TeamUpdateAttributes attributes)
public TeamUpdateAttributes getAttributes()
public void setAttributes(TeamUpdateAttributes attributes)
public TeamUpdate relationships(TeamUpdateRelationships relationships)
@Nullable public TeamUpdateRelationships getRelationships()
public void setRelationships(TeamUpdateRelationships relationships)
public TeamUpdate type(TeamType type)
public TeamType getType()
public void setType(TeamType type)
public TeamUpdate 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.