@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsResponse() |
| Modifier and Type | Method and Description |
|---|---|
TeamsResponse |
addDataItem(Team dataItem) |
TeamsResponse |
addIncludedItem(TeamIncluded includedItem) |
TeamsResponse |
data(List<Team> data) |
boolean |
equals(Object o)
Return true if this TeamsResponse 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.
|
List<Team> |
getData()
Teams response data
|
List<TeamIncluded> |
getIncluded()
Resources related to the team
|
TeamsResponseLinks |
getLinks()
Teams response links.
|
TeamsResponseMeta |
getMeta()
Teams response metadata.
|
int |
hashCode() |
TeamsResponse |
included(List<TeamIncluded> included) |
TeamsResponse |
links(TeamsResponseLinks links) |
TeamsResponse |
meta(TeamsResponseMeta meta) |
TeamsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<Team> data) |
void |
setIncluded(List<TeamIncluded> included) |
void |
setLinks(TeamsResponseLinks links) |
void |
setMeta(TeamsResponseMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_META
public TeamsResponse data(List<Team> data)
public TeamsResponse addDataItem(Team dataItem)
public TeamsResponse included(List<TeamIncluded> included)
public TeamsResponse addIncludedItem(TeamIncluded includedItem)
@Nullable public List<TeamIncluded> getIncluded()
public void setIncluded(List<TeamIncluded> included)
public TeamsResponse links(TeamsResponseLinks links)
@Nullable public TeamsResponseLinks getLinks()
public void setLinks(TeamsResponseLinks links)
public TeamsResponse meta(TeamsResponseMeta meta)
@Nullable public TeamsResponseMeta getMeta()
public void setMeta(TeamsResponseMeta meta)
public TeamsResponse 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.