@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UnassignSeatsUserRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PRODUCT_CODE |
static String |
JSON_PROPERTY_USER_UUIDS |
boolean |
unparsed |
| Constructor and Description |
|---|
UnassignSeatsUserRequestDataAttributes() |
UnassignSeatsUserRequestDataAttributes(String productCode,
List<String> userUuids) |
| Modifier and Type | Method and Description |
|---|---|
UnassignSeatsUserRequestDataAttributes |
addUserUuidsItem(String userUuidsItem) |
boolean |
equals(Object o)
Return true if this UnassignSeatsUserRequestDataAttributes 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.
|
String |
getProductCode()
The product code for which to unassign seats.
|
List<String> |
getUserUuids()
The list of user IDs to unassign seats from.
|
int |
hashCode() |
UnassignSeatsUserRequestDataAttributes |
productCode(String productCode) |
UnassignSeatsUserRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setProductCode(String productCode) |
void |
setUserUuids(List<String> userUuids) |
String |
toString() |
UnassignSeatsUserRequestDataAttributes |
userUuids(List<String> userUuids) |
public boolean unparsed
public static final String JSON_PROPERTY_PRODUCT_CODE
public static final String JSON_PROPERTY_USER_UUIDS
public UnassignSeatsUserRequestDataAttributes()
public UnassignSeatsUserRequestDataAttributes productCode(String productCode)
public String getProductCode()
public void setProductCode(String productCode)
public UnassignSeatsUserRequestDataAttributes userUuids(List<String> userUuids)
public UnassignSeatsUserRequestDataAttributes addUserUuidsItem(String userUuidsItem)
public List<String> getUserUuids()
public UnassignSeatsUserRequestDataAttributes 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.