@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserTeam 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 |
|---|
UserTeam() |
UserTeam(String id,
UserTeamType type) |
| Modifier and Type | Method and Description |
|---|---|
UserTeam |
attributes(UserTeamAttributes attributes) |
boolean |
equals(Object o)
Return true if this UserTeam 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.
|
UserTeamAttributes |
getAttributes()
Team membership attributes
|
String |
getId()
The ID of a user's relationship with a team
|
UserTeamRelationships |
getRelationships()
Relationship between membership and a user
|
UserTeamType |
getType()
Team membership type
|
int |
hashCode() |
UserTeam |
id(String id) |
UserTeam |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UserTeam |
relationships(UserTeamRelationships relationships) |
void |
setAttributes(UserTeamAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(UserTeamRelationships relationships) |
void |
setType(UserTeamType type) |
String |
toString() |
UserTeam |
type(UserTeamType 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 UserTeam()
public UserTeam(String id, UserTeamType type)
public UserTeam attributes(UserTeamAttributes attributes)
@Nullable public UserTeamAttributes getAttributes()
public void setAttributes(UserTeamAttributes attributes)
public String getId()
public void setId(String id)
public UserTeam relationships(UserTeamRelationships relationships)
@Nullable public UserTeamRelationships getRelationships()
public void setRelationships(UserTeamRelationships relationships)
public UserTeam type(UserTeamType type)
public UserTeamType getType()
public void setType(UserTeamType type)
public UserTeam 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.