@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamCreate 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 |
|---|
TeamCreate() |
TeamCreate(TeamCreateAttributes attributes,
TeamType type) |
| Modifier and Type | Method and Description |
|---|---|
TeamCreate |
attributes(TeamCreateAttributes attributes) |
boolean |
equals(Object o)
Return true if this TeamCreate 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.
|
TeamCreateAttributes |
getAttributes()
Team creation attributes
|
TeamCreateRelationships |
getRelationships()
Relationships formed with the team on creation
|
TeamType |
getType()
Team type
|
int |
hashCode() |
TeamCreate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TeamCreate |
relationships(TeamCreateRelationships relationships) |
void |
setAttributes(TeamCreateAttributes attributes) |
void |
setRelationships(TeamCreateRelationships relationships) |
void |
setType(TeamType type) |
String |
toString() |
TeamCreate |
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 TeamCreate()
public TeamCreate(TeamCreateAttributes attributes, TeamType type)
public TeamCreate attributes(TeamCreateAttributes attributes)
public TeamCreateAttributes getAttributes()
public void setAttributes(TeamCreateAttributes attributes)
public TeamCreate relationships(TeamCreateRelationships relationships)
@Nullable public TeamCreateRelationships getRelationships()
public void setRelationships(TeamCreateRelationships relationships)
public TeamCreate type(TeamType type)
public TeamType getType()
public void setType(TeamType type)
public TeamCreate 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.