@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserTeamResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
UserTeamResponse() |
| Modifier and Type | Method and Description |
|---|---|
UserTeamResponse |
addIncludedItem(UserTeamIncluded includedItem) |
UserTeamResponse |
data(UserTeam data) |
boolean |
equals(Object o)
Return true if this UserTeamResponse 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.
|
UserTeam |
getData()
A user's relationship with a team
|
List<UserTeamIncluded> |
getIncluded()
Resources related to the team memberships
|
int |
hashCode() |
UserTeamResponse |
included(List<UserTeamIncluded> included) |
UserTeamResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(UserTeam data) |
void |
setIncluded(List<UserTeamIncluded> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public UserTeamResponse data(UserTeam data)
@Nullable public UserTeam getData()
public void setData(UserTeam data)
public UserTeamResponse included(List<UserTeamIncluded> included)
public UserTeamResponse addIncludedItem(UserTeamIncluded includedItem)
@Nullable public List<UserTeamIncluded> getIncluded()
public void setIncluded(List<UserTeamIncluded> included)
public UserTeamResponse 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.