@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipMappingBatchRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATOMIC_OPERATIONS |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsOwnershipMappingBatchRequest() |
TeamsOwnershipMappingBatchRequest(List<TeamsOwnershipMappingBatchOperation> atomicOperations) |
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipMappingBatchRequest |
addAtomicOperationsItem(TeamsOwnershipMappingBatchOperation atomicOperationsItem) |
TeamsOwnershipMappingBatchRequest |
atomicOperations(List<TeamsOwnershipMappingBatchOperation> atomicOperations) |
boolean |
equals(Object o)
Return true if this TeamsOwnershipMappingBatchRequest 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<TeamsOwnershipMappingBatchOperation> |
getAtomicOperations()
The list of add and remove operations to apply atomically.
|
int |
hashCode() |
TeamsOwnershipMappingBatchRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAtomicOperations(List<TeamsOwnershipMappingBatchOperation> atomicOperations) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATOMIC_OPERATIONS
public TeamsOwnershipMappingBatchRequest()
public TeamsOwnershipMappingBatchRequest(List<TeamsOwnershipMappingBatchOperation> atomicOperations)
public TeamsOwnershipMappingBatchRequest atomicOperations(List<TeamsOwnershipMappingBatchOperation> atomicOperations)
public TeamsOwnershipMappingBatchRequest addAtomicOperationsItem(TeamsOwnershipMappingBatchOperation atomicOperationsItem)
public List<TeamsOwnershipMappingBatchOperation> getAtomicOperations()
public void setAtomicOperations(List<TeamsOwnershipMappingBatchOperation> atomicOperations)
public TeamsOwnershipMappingBatchRequest 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.