@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipMappingBatchOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_OP |
static String |
JSON_PROPERTY_REF |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsOwnershipMappingBatchOperation() |
TeamsOwnershipMappingBatchOperation(TeamsOwnershipMappingBatchOperationOp op) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_OP
public static final String JSON_PROPERTY_REF
public TeamsOwnershipMappingBatchOperation()
public TeamsOwnershipMappingBatchOperation(TeamsOwnershipMappingBatchOperationOp op)
public TeamsOwnershipMappingBatchOperation data(TeamsOwnershipMappingBatchOperationData data)
@Nullable public TeamsOwnershipMappingBatchOperationData getData()
op is add.public void setData(TeamsOwnershipMappingBatchOperationData data)
public TeamsOwnershipMappingBatchOperation op(TeamsOwnershipMappingBatchOperationOp op)
public TeamsOwnershipMappingBatchOperationOp getOp()
public void setOp(TeamsOwnershipMappingBatchOperationOp op)
public TeamsOwnershipMappingBatchOperation ref(TeamsOwnershipMappingBatchOperationRef ref)
@Nullable public TeamsOwnershipMappingBatchOperationRef getRef()
op is remove.public void setRef(TeamsOwnershipMappingBatchOperationRef ref)
public TeamsOwnershipMappingBatchOperation 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.