@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipMappingBatchResponse extends Object
atomic:results
contains one entry per operation. Add results appear before remove results and may not
match request order. Correlate add results by their type and id rather
than by array position. On failure, no operations were applied and errors describes
what went wrong.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATOMIC_RESULTS |
static String |
JSON_PROPERTY_ERRORS |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsOwnershipMappingBatchResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_ATOMIC_RESULTS
public static final String JSON_PROPERTY_ERRORS
public TeamsOwnershipMappingBatchResponse atomicResults(List<TeamsOwnershipMappingBatchResult> atomicResults)
public TeamsOwnershipMappingBatchResponse addAtomicResultsItem(TeamsOwnershipMappingBatchResult atomicResultsItem)
@Nullable public List<TeamsOwnershipMappingBatchResult> getAtomicResults()
public void setAtomicResults(List<TeamsOwnershipMappingBatchResult> atomicResults)
public TeamsOwnershipMappingBatchResponse errors(List<TeamsOwnershipMappingBatchError> errors)
public TeamsOwnershipMappingBatchResponse addErrorsItem(TeamsOwnershipMappingBatchError errorsItem)
@Nullable public List<TeamsOwnershipMappingBatchError> getErrors()
public void setErrors(List<TeamsOwnershipMappingBatchError> errors)
public TeamsOwnershipMappingBatchResponse 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 © 2026. All rights reserved.